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

Skip to content

Commit 258ccd4

Browse files
committed
Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.)
1 parent dedbebf commit 258ccd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/timemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extern int ftime(struct timeb *);
4040
#include <i86.h>
4141
#else
4242
#ifdef MS_WINDOWS
43-
include <windows.h>
43+
#include <windows.h>
4444
#ifdef MS_WIN16
4545
/* These overrides not needed for Win32 */
4646
#define timezone _timezone

0 commit comments

Comments
 (0)