mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
* fix q3lcc warning message due to an extra ; that slipped in at rev 1023
This commit is contained in:
parent
d580c54e2d
commit
8801b06a1e
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ float LittleFloat (const float *l);
|
|||
|
||||
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
|
||||
void Com_TruncateLongString( char *buffer, const char *s );
|
||||
|
|
Loading…
Reference in a new issue