Properly format/use variadic macros

This commit is contained in:
GravisZro
2024-05-24 11:46:07 -04:00
parent 8485cb0c4d
commit 9cf9781369
292 changed files with 3784 additions and 3725 deletions

View File

@@ -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); }