diff options
author | tron <tron@openttd.org> | 2005-02-03 22:09:19 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-02-03 22:09:19 +0000 |
commit | 92dfd1f02cd62f77141c037f4b80440e4a6e2167 (patch) | |
tree | bb67e00bee2cb7de6344f6767d05cd591179a2d8 | |
parent | 24eaed5dfab4ef0ebd76fdb13b3f0e0394095e26 (diff) | |
download | openttd-92dfd1f02cd62f77141c037f4b80440e4a6e2167.tar.xz |
(svn r1781) Fix static declaration after non-static declaration of same symbol
-rw-r--r-- | minilzo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -572,7 +572,7 @@ extern __inline__ unsigned short lzo_rotr16(unsigned short value, int shift) * copyright string in the executable of your product. */ -static const lzo_byte __lzo_copyright[] = +const lzo_byte __lzo_copyright[] = #if !defined(__LZO_IN_MINLZO) LZO_VERSION_STRING; #else |