From: Christopher Faylor Date: Sun, 17 Jun 2007 00:41:13 +0000 (+0000) Subject: * CRTfmode.c: Fix nested comment. X-Git-Tag: preoverlapped~62 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4818869bda02c295199729715d79aabd97f6e71e;p=newlib-cygwin.git * CRTfmode.c: Fix nested comment. --- diff --git a/winsup/mingw/CRTfmode.c b/winsup/mingw/CRTfmode.c index fcbdd333b..c956b5e30 100644 --- a/winsup/mingw/CRTfmode.c +++ b/winsup/mingw/CRTfmode.c @@ -10,7 +10,7 @@ * * To override the default, add, eg: * - * #include /* _O_BINARY */ + * #include + + * CRTfmode.c: Fix nested comment. + 2007-06-16 Christopher Faylor * include/string.h (strcasecmp): Fix typo in declaration prototype.