(svn r1781) Fix static declaration after non-static declaration of same symbol
authortron
Thu, 03 Feb 2005 22:09:19 +0000
changeset 1277 76417c041a5e
parent 1276 d6b429c6ba6b
child 1278 1fbb6cf8d3f1
(svn r1781) Fix static declaration after non-static declaration of same symbol
minilzo.c
--- a/minilzo.c	Thu Feb 03 21:18:49 2005 +0000
+++ b/minilzo.c	Thu Feb 03 22:09:19 2005 +0000
@@ -572,7 +572,7 @@
  * 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