aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 1d36c37b5d..053b2aee54 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -2378,7 +2378,7 @@ set_pioinfo_extra(void)
HMODULE mod = GetModuleHandle("ucrtbase.dll");
char *p = (char*)GetProcAddress(mod, "_isatty");
char *pend = p + 100;
- /* _osfile(fh) & FDEV /*0x40*/
+ /* _osfile(fh) & FDEV */
#if _WIN64
int32_t rel;
char *rip;