Small bug in code that isn't even active.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2389 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-09-18 22:51:33 +00:00
parent 3061eab830
commit 866d65abd9
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ int SNDDMA_InitCapture (void)
{
pDirectSoundCaptureCreate = (void *)GetProcAddress(hInstDS,"DirectSoundCaptureCreate");
if (!pDirectSoundCreate)
if (!pDirectSoundCaptureCreate)
{
Con_SafePrintf ("Couldn't get DS proc addr\n");
return SIS_FAILURE;