mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Remove redundant semicolons
Fix "-Wextra-semi" warnings
This commit is contained in:
parent
1f82a26a9c
commit
6c5ea068c9
25 changed files with 62 additions and 62 deletions
|
|
@ -95,7 +95,7 @@ public:
|
|||
bool trunc(u64 length) override
|
||||
{
|
||||
return true;
|
||||
};
|
||||
}
|
||||
u64 read(void* buffer, u64 size) override
|
||||
{
|
||||
u64 bytesRead = ReadData(pos, (u8*)buffer, size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue