Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/binmode.c')
-rw-r--r--winsup/cygwin/binmode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/binmode.c b/winsup/cygwin/binmode.c
index afc885441..2eb02df23 100644
--- a/winsup/cygwin/binmode.c
+++ b/winsup/cygwin/binmode.c
@@ -12,7 +12,7 @@ details. */
extern int _fmode;
void
-cygwin_premain0(int argc, char **argv)
+cygwin_premain0 (int argc, char **argv)
{
_fmode &= ~_O_TEXT;
_fmode |= _O_BINARY;