* CRTfmode.c: Nit-pick comment fix.

This commit is contained in:
Danny Smith 2007-06-17 02:12:47 +00:00
parent 4818869bda
commit bae2120761
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@
*
* To override the default, add, eg:
*
* #include <fcntl.h
* #include <fcntl.h>
* int _CRT_fmode = _O_BINARY;
*
* to your app.

View File

@ -1,3 +1,7 @@
2007-06-16 Danny Smith <dannysmith@users.sourceforge.net>'
* CRTfmode.c: Nit-pick comment fix.
2007-06-16 Christopher Faylor <me+cygwin@cgf.cx>
* CRTfmode.c: Fix nested comment.