mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-02-07 16:31:21 +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;
|
int retval;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue