From: Tim Peters Date: Mon, 19 Feb 2001 07:33:23 +0000 (+0000) Subject: Repair tab/space screwup. X-Git-Tag: v2.1b1~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e50242127113e9e4e190e3d43ec99698a20dc2b;p=python Repair tab/space screwup. --- diff --git a/PC/winsound.c b/PC/winsound.c index 77572abac2..de80a9f317 100644 --- a/PC/winsound.c +++ b/PC/winsound.c @@ -218,7 +218,7 @@ initwinsound(void) version.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&version); - whichOS = Win9X; + whichOS = Win9X; if (version.dwPlatformId != VER_PLATFORM_WIN32s && version.dwPlatformId != VER_PLATFORM_WIN32_WINDOWS) whichOS = WinNT2000;