Removed extra ,

This commit is contained in:
Richard Allen 2011-03-07 04:15:28 +00:00
parent 12da367cdc
commit 7334da9970

View file

@ -736,7 +736,7 @@ MinGW comes with its own snprintf() which is not broken.
============= =============
*/ */
int Q_vsnprintf(char *str, size_t size, const char *format, va_list ap); int Q_vsnprintf(char *str, size_t size, const char *format, va_list ap)
{ {
int retval; int retval;