mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-11 06:44:04 +01:00
(svn r1781) Fix static declaration after non-static declaration of same symbol
This commit is contained in:
parent
08f2a395a3
commit
a5ffbbee2d
@ -572,7 +572,7 @@ extern __inline__ unsigned short lzo_rotr16(unsigned short value, int shift)
|
|||||||
* copyright string in the executable of your product.
|
* copyright string in the executable of your product.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static const lzo_byte __lzo_copyright[] =
|
const lzo_byte __lzo_copyright[] =
|
||||||
#if !defined(__LZO_IN_MINLZO)
|
#if !defined(__LZO_IN_MINLZO)
|
||||||
LZO_VERSION_STRING;
|
LZO_VERSION_STRING;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user