From f0fc390a026dfff392ba465b76f60f3f0e5a70e2 Mon Sep 17 00:00:00 2001 From: ludwig Date: Sat, 30 Dec 2006 12:32:54 +0000 Subject: - tag more functions with gnu format attribute - fix format string bugs. still some left git-svn-id: svn://svn.icculus.org/quake3/trunk@1023 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/unix/sdl_snd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/unix') diff --git a/code/unix/sdl_snd.c b/code/unix/sdl_snd.c index 20d4bfd..e15ec02 100644 --- a/code/unix/sdl_snd.c +++ b/code/unix/sdl_snd.c @@ -186,7 +186,7 @@ static void print_audiospec(const char *str, const SDL_AudioSpec *spec) if( fmt ) { Com_Printf( " Format: %s\n", fmt ); } else { - Com_Printf( " Format: " S_COLOR_RED "UNKNOWN\n", fmt ); + Com_Printf( " Format: " S_COLOR_RED "UNKNOWN\n"); } Com_Printf( " Freq: %d\n", (int) spec->freq ); -- cgit v1.2.3