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

Fix Win32 build typo.

parent c56a5f11
Branches
Tags
No related merge requests found
......@@ -226,7 +226,7 @@ fprintf(stderr,"1\n");
if(sound_device_open_failed)
return(FALSE);
handle_type=SOUND_DEVICE_WIN32;
if(!sound_device_open_failed))
if(!sound_device_open_failed)
return(TRUE);
#endif
......@@ -328,6 +328,8 @@ BOOL xptone_close(void)
handle_type=SOUND_DEVICE_CLOSED;
sound_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