mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +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;
|
return fd;
|
||||||
|
|
||||||
fallback:
|
fallback:
|
||||||
/* filename may be be in CP_ACP */
|
/* filename may be in CP_ACP */
|
||||||
return _sopen(filename_utf8, oflag, SH_DENYNO, pmode);
|
return _sopen(filename_utf8, oflag, SH_DENYNO, pmode);
|
||||||
}
|
}
|
||||||
#define open win32_open
|
#define open win32_open
|
||||||
|
Loading…
Reference in New Issue
Block a user