]> granicus.if.org Git - python/commitdiff
Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.)
authorGuido van Rossum <guido@python.org>
Fri, 2 Mar 2001 06:53:29 +0000 (06:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 2 Mar 2001 06:53:29 +0000 (06:53 +0000)
Modules/timemodule.c

index a58f155d0a041e1311d9e12e6d4ad17b05bcd0ff..c4a066f8301cbf5c80963f3cdf03642b5ca9272d 100644 (file)
@@ -40,7 +40,7 @@ extern int ftime(struct timeb *);
 #include <i86.h>
 #else
 #ifdef MS_WINDOWS
-include <windows.h>
+#include <windows.h>
 #ifdef MS_WIN16
 /* These overrides not needed for Win32 */
 #define timezone _timezone