mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
Remove extraneous semicolons
This commit is contained in:
parent
745b0219c5
commit
1a8f466217
8 changed files with 8 additions and 8 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
* Get the IdCode of the archive (e.g. RomFS, SaveData, etc.)
|
||||
* @return IdCode of the archive
|
||||
*/
|
||||
IdCode GetIdCode() const override { return IdCode::SDMC; };
|
||||
IdCode GetIdCode() const override { return IdCode::SDMC; }
|
||||
|
||||
/**
|
||||
* Open a file specified by its path, using the specified mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue