mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12: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
|
@ -41,7 +41,7 @@ class pup_object
|
|||
public:
|
||||
pup_object(const fs::file& file);
|
||||
|
||||
explicit operator bool() const { return isValid; };
|
||||
explicit operator bool() const { return isValid; }
|
||||
|
||||
fs::file get_file(u64 entry_id);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue