mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Fix misplaced ; in MSVC _vsnprintf wrapper
This commit is contained in:
parent
3bf8ec2dab
commit
a9830934ba
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue