From 8ca72e6747e916186415d6b4158676e411fbbb5e Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 22 Mar 2007 00:08:00 +0000 Subject: * Fixes to some GCC 4 warnings --- src/ui/ui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 1b1daa1a..f3a81f5a 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -1235,7 +1235,7 @@ void UI_LoadMenus(const char *menuFile, qboolean reset) { trap_Error( va( S_COLOR_YELLOW "menu file not found: %s, using default\n", menuFile ) ); handle = trap_Parse_LoadSource( "ui/menus.txt" ); if (!handle) { - trap_Error( va( S_COLOR_RED "default menu file not found: ui/menus.txt, unable to continue!\n", menuFile ) ); + trap_Error( va( S_COLOR_RED "default menu file not found: ui/menus.txt, unable to continue!\n" ) ); } } -- cgit