diff options
Diffstat (limited to 'winsup/cygwin/automode.c')
-rw-r--r-- | winsup/cygwin/automode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/automode.c b/winsup/cygwin/automode.c index 4e9be219a..e02b0b9de 100644 --- a/winsup/cygwin/automode.c +++ b/winsup/cygwin/automode.c @@ -16,7 +16,7 @@ extern int _fmode; void cygwin_premain0 (int argc, char **argv) { - static struct __cygwin_perfile pf[] = + static struct __cygwin_perfile pf[] = { {"", O_RDONLY | O_TEXT}, {"", O_WRONLY | O_BINARY}, |