* CRTfmode.c: Fix nested comment.

This commit is contained in:
Christopher Faylor 2007-06-17 00:41:13 +00:00
parent e10b44c2a6
commit 4818869bda
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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.