From a5ffbbee2d319847a526d2009934c9aba6dedce3 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 3 Feb 2005 22:09:19 +0000 Subject: (svn r1781) Fix static declaration after non-static declaration of same symbol --- minilzo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minilzo.c') diff --git a/minilzo.c b/minilzo.c index f7d715d69..4ca0fc3ff 100644 --- a/minilzo.c +++ b/minilzo.c @@ -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 -- cgit v1.2.3-54-g00ecf