Update of /cvsroot/pywin32/pywin32/com/win32comext/directsound/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12333
Modified Files:
PyIDirectSoundNotify.cpp
Log Message:
Fixed typo.
Index: PyIDirectSoundNotify.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32comext/directsound/src/PyIDirectSoundNotify.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PyIDirectSoundNotify.cpp 30 Nov 2004 21:30:28 -0000 1.1
--- PyIDirectSoundNotify.cpp 30 Nov 2004 21:47:47 -0000 1.2
***************
*** 22,26 ****
SafeRelease(this);
! // This may trigger IDirectSOund::Release
if (m_DS)
Py_DECREF(m_DS);
--- 22,26 ----
SafeRelease(this);
! // This may trigger IDirectSound::Release
if (m_DS)
Py_DECREF(m_DS);
|