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