Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e50242

Browse files
committed
Repair tab/space screwup.
1 parent 25a9ce3 commit 3e50242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PC/winsound.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ initwinsound(void)
218218

219219
version.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
220220
GetVersionEx(&version);
221-
whichOS = Win9X;
221+
whichOS = Win9X;
222222
if (version.dwPlatformId != VER_PLATFORM_WIN32s &&
223223
version.dwPlatformId != VER_PLATFORM_WIN32_WINDOWS)
224224
whichOS = WinNT2000;

0 commit comments

Comments
 (0)