mirror of
https://github.com/q2pro/q2pro
synced 2026-08-20 02:26:04 -04:00
Add missing parens for Com_DWPrintf
Ran into this when trying to make a release build from ade82fda
This commit is contained in:
parent
ade82fda54
commit
0b790d74f2
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ void Sys_Printf(const char *fmt, ...) q_printf(1, 2);
|
|||
#define Com_DDPrintf(...) ((void)0)
|
||||
#define Com_DDDPrintf(...) ((void)0)
|
||||
#define Com_DDDDPrintf(...) ((void)0)
|
||||
#define Com_DWPrintf(...) ((void)0
|
||||
#define Com_DWPrintf(...) ((void)0)
|
||||
#endif
|
||||
|
||||
#if USE_TESTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue