From: black Date: Mon, 4 Feb 2008 21:09:03 +0000 (+0000) Subject: Fix a typo. Enjoy. X-Git-Tag: xonotic-v0.1.0preview~2443 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a9e3a114378ded5c6e32e5030c73aa62c68c2b0b;p=xonotic%2Fdarkplaces.git Fix a typo. Enjoy. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8073 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/snd_sdl.c b/snd_sdl.c index 83538534..032e5750 100644 --- 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 ) ) {