summaryrefslogtreecommitdiff
path: root/src/console_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/console_func.h')
-rw-r--r--src/console_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_func.h b/src/console_func.h
index 60fc7010c..5487e3819 100644
--- a/src/console_func.h
+++ b/src/console_func.h
@@ -17,7 +17,7 @@ void IConsoleClose();
/* console output */
void IConsolePrint(ConsoleColour colour_code, const char *string);
-void CDECL IConsolePrintF(ConsoleColour colour_code, const char *s, ...);
+void CDECL IConsolePrintF(ConsoleColour colour_code, const char *format, ...) WARN_FORMAT(2, 3);
void IConsoleDebug(const char *dbg, const char *string);
void IConsoleWarning(const char *string);
void IConsoleError(const char *string);