diff options
Diffstat (limited to 'code/unix')
-rw-r--r-- | code/unix/sdl_snd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |