fixed #260, reported by @amnilsson

This commit is contained in:
Yann Collet
2016-07-26 00:49:47 +02:00
parent cbc5e9dc19
commit b402490546
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ static FILE* FIO_openSrcFile(const char* srcFileName)
return f;
}
/* `dstFileName must` be non-NULL */
static FILE* FIO_openDstFile(const char* dstFileName)
{
FILE* f;