Browse Source

libavutil/file_open.c: Fix duplicate words

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer 11 years ago
parent
commit
5086b26809
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/file_open.c

+ 1
- 1
libavutil/file_open.c View File

@@ -62,7 +62,7 @@ static int win32_open(const char *filename_utf8, int oflag, int pmode)
return fd;

fallback:
/* filename may be be in CP_ACP */
/* filename may be in CP_ACP */
return _sopen(filename_utf8, oflag, SH_DENYNO, pmode);
}
#define open win32_open


Loading…
Cancel
Save