mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-05 05:00:06 -04:00
Properly format/use variadic macros
This commit is contained in:
@@ -81,4 +81,4 @@ bool con_null_Create(void) {
|
||||
void con_null_Destroy(void) {}
|
||||
|
||||
// put some data up on the screen
|
||||
void con_null_Puts(int window, const char *str) { mprintf((0, str)); }
|
||||
void con_null_Puts(int window, const char *str) { mprintf(0, str); }
|
||||
|
||||
Reference in New Issue
Block a user