* CRTfmode.c: Nit-pick comment fix.
This commit is contained in:
parent
4818869bda
commit
bae2120761
|
@ -10,7 +10,7 @@
|
||||||
*
|
*
|
||||||
* To override the default, add, eg:
|
* To override the default, add, eg:
|
||||||
*
|
*
|
||||||
* #include <fcntl.h
|
* #include <fcntl.h>
|
||||||
* int _CRT_fmode = _O_BINARY;
|
* int _CRT_fmode = _O_BINARY;
|
||||||
*
|
*
|
||||||
* to your app.
|
* to your app.
|
||||||
|
|
|
@ -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>
|
2007-06-16 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* CRTfmode.c: Fix nested comment.
|
* CRTfmode.c: Fix nested comment.
|
||||||
|
|
Loading…
Reference in New Issue