mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
libavutil/file_open.c: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5347de881b
commit
5086b26809
@ -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…
Reference in New Issue
Block a user