mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-16 06:41:30 +00:00
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
|
// write output
|
||||||
int wnum = fwrite(buffer, sizeof(char), rnum, output)
|
int wnum = fwrite(buffer, sizeof(char), rnum, output);
|
||||||
if (wnum != rnum)
|
if (wnum != rnum)
|
||||||
{
|
{
|
||||||
ERROR_LOG(COMMON,
|
ERROR_LOG(COMMON,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user