Commit f7e9e5b7 authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

Fixed typo.

parent 880c0c86
......@@ -1439,7 +1439,7 @@ int _setmode(int fd,int mode)
if ((mode & _O_TEXT) == _O_TEXT)
MSVCRT_fdesc[fd].xflag |= WX_TEXT;
else
MSVCRT_fdesc[fd].xflag &= WX_TEXT;
MSVCRT_fdesc[fd].xflag &= ~WX_TEXT;
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment