* CRTfmode.c: Fix nested comment.
This commit is contained in:
parent
e10b44c2a6
commit
4818869bda
|
@ -10,7 +10,7 @@
|
|||
*
|
||||
* To override the default, add, eg:
|
||||
*
|
||||
* #include <fcntl.h> /* _O_BINARY */
|
||||
* #include <fcntl.h
|
||||
* int _CRT_fmode = _O_BINARY;
|
||||
*
|
||||
* to your app.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2007-06-16 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* CRTfmode.c: Fix nested comment.
|
||||
|
||||
2007-06-16 Christopher Faylor <me+cygwin@cgf.cx>
|
||||
|
||||
* include/string.h (strcasecmp): Fix typo in declaration prototype.
|
||||
|
|
Loading…
Reference in New Issue