projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d376b5
)
Fix a typo. Enjoy.
author
black <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 4 Feb 2008 21:09:03 +0000
(21:09 +0000)
committer
black <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
patch
|
blob
|
history
diff --git
a/snd_sdl.c
b/snd_sdl.c
index
8353853
..
032e575
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_D
S
Print ("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 ) ) {