]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_sdl.c
Fix a typo. Enjoy.
[xonotic/darkplaces.git] / snd_sdl.c
index 83538534dc8390f933b835b957297633141b9a0d..032e57500fd14d35793f953b5b57f3e135a716be 100644 (file)
--- a/snd_sdl.c
+++ b/snd_sdl.c
@@ -83,7 +83,7 @@ qboolean SndSys_Init (const snd_format_t* requested, snd_format_t* suggested)
        SDL_AudioSpec wantspec;
        SDL_AudioSpec obtainspec;
 
-       Con_DSPrint ("SndSys_Init: using the SDL module\n");
+       Con_DPrint ("SndSys_Init: using the SDL module\n");
 
        // Init the SDL Audio subsystem
        if( SDL_InitSubSystem( SDL_INIT_AUDIO ) ) {