mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-09 01:41:12 +00:00
Removed extra ,
This commit is contained in:
parent
12da367cdc
commit
7334da9970
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue