]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fix a typo. Enjoy.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Feb 2008 21:09:03 +0000 (21:09 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Feb 2008 21:09:03 +0000 (21:09 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8073 d7cf8633-e32d-0410-b094-e92efae38249

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;
 
        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 ) ) {
 
        // Init the SDL Audio subsystem
        if( SDL_InitSubSystem( SDL_INIT_AUDIO ) ) {