* fix q3lcc warning message due to an extra ; that slipped in at rev 1023

This commit is contained in:
Tony J. White = 2007-02-15 15:50:14 +00:00
parent d580c54e2d
commit 8801b06a1e

View file

@ -707,7 +707,7 @@ float LittleFloat (const float *l);
void Swap_Init (void); void Swap_Init (void);
*/ */
char * QDECL va(char *format, ...) __attribute__ ((format (printf, 1, 2)));; char * QDECL va(char *format, ...) __attribute__ ((format (printf, 1, 2)));
#define TRUNCATE_LENGTH 64 #define TRUNCATE_LENGTH 64
void Com_TruncateLongString( char *buffer, const char *s ); void Com_TruncateLongString( char *buffer, const char *s );