Skip to content
Snippets Groups Projects
Commit 983733d1 authored by rswindell's avatar rswindell
Browse files

Fix Win32 build typo.

parent c56a5f11
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ fprintf(stderr,"1\n"); ...@@ -226,7 +226,7 @@ fprintf(stderr,"1\n");
if(sound_device_open_failed) if(sound_device_open_failed)
return(FALSE); return(FALSE);
handle_type=SOUND_DEVICE_WIN32; handle_type=SOUND_DEVICE_WIN32;
if(!sound_device_open_failed)) if(!sound_device_open_failed)
return(TRUE); return(TRUE);
#endif #endif
...@@ -328,6 +328,8 @@ BOOL xptone_close(void) ...@@ -328,6 +328,8 @@ BOOL xptone_close(void)
handle_type=SOUND_DEVICE_CLOSED; handle_type=SOUND_DEVICE_CLOSED;
sound_device_open_failed=FALSE; sound_device_open_failed=FALSE;
alsa_device_open_failed=FALSE; alsa_device_open_failed=FALSE;
return(TRUE);
} }
/********************************************************************************/ /********************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment