mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue