projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
053a021
)
encoding-guesser: Remove spurious blank line.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 27 Feb 2012 00:14:05 +0000
(16:14 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 2 Mar 2012 05:26:05 +0000
(21:26 -0800)
src/libpspp/encoding-guesser.c
patch
|
blob
|
history
diff --git
a/src/libpspp/encoding-guesser.c
b/src/libpspp/encoding-guesser.c
index 7d10015e2ea2961febf0efb8edb47d66e30033a8..27e2cda5dcb1ae8f560b2f2c7b1338444da2f550 100644
(file)
--- a/
src/libpspp/encoding-guesser.c
+++ b/
src/libpspp/encoding-guesser.c
@@
-1,5
+1,5
@@
/* PSPP - a program for statistical analysis.
- Copyright (C) 2011 Free Software Foundation, Inc.
+ Copyright (C) 2011
, 2012
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@
-88,7
+88,6
@@
static uint32_t
get_le32 (const uint8_t *data)
{
return (data[3] << 24) | (data[2] << 16) | (data[1] << 8) | data[0];
-
}
static const char *