Changeset - r1277:2055bd15ea4a
[Not reviewed]
master
0 1 0
tron - 20 years ago 2005-02-03 22:09:19
tron@openttd.org
(svn r1781) Fix static declaration after non-static declaration of same symbol
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
minilzo.c
Show inline comments
 
@@ -572,7 +572,7 @@ extern __inline__ unsigned short lzo_rot
 
 * 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
0 comments (0 inline, 0 general)