mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Remove redundant semicolons
This commit is contained in:
parent
4ff5ff2772
commit
9602f36248
48 changed files with 72 additions and 70 deletions
|
@ -272,7 +272,7 @@ static ConversionResultCode Output(OutputParameters parameters, File::IOFile* ou
|
|||
}
|
||||
|
||||
return ConversionResultCode::Success;
|
||||
};
|
||||
}
|
||||
|
||||
bool ConvertToGCZ(BlobReader* infile, const std::string& infile_path,
|
||||
const std::string& outfile_path, u32 sub_type, int block_size,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue