r1045 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Feb 15 10:50:14 EST 2007


Author: tjw
Date: 2007-02-15 10:50:14 -0500 (Thu, 15 Feb 2007)
New Revision: 1045

Modified:
   trunk/code/qcommon/q_shared.h
Log:
* fix q3lcc warning message due to an extra ; that slipped in at rev 1023


Modified: trunk/code/qcommon/q_shared.h
===================================================================
--- trunk/code/qcommon/q_shared.h	2007-02-14 23:29:19 UTC (rev 1044)
+++ trunk/code/qcommon/q_shared.h	2007-02-15 15:50:14 UTC (rev 1045)
@@ -707,7 +707,7 @@
 
 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 );




More information about the quake3-commits mailing list