add missing ;
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2466 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
cbd7804044
commit
34b4a51973
|
@ -289,7 +289,7 @@ bool Copy(const char *srcFilename, const char *destFilename)
|
|||
}
|
||||
|
||||
// write output
|
||||
int wnum = fwrite(buffer, sizeof(char), rnum, output)
|
||||
int wnum = fwrite(buffer, sizeof(char), rnum, output);
|
||||
if (wnum != rnum)
|
||||
{
|
||||
ERROR_LOG(COMMON,
|
||||
|
|
Loading…
Reference in New Issue