Remove extraneous semicolons

This commit is contained in:
Lioncash
2014-11-18 08:27:16 -05:00
parent 745b0219c5
commit 1a8f466217
8 changed files with 8 additions and 8 deletions

View File

@ -26,7 +26,7 @@ public:
* Get the IdCode of the archive (e.g. RomFS, SaveData, etc.)
* @return IdCode of the archive
*/
IdCode GetIdCode() const override { return IdCode::RomFS; };
IdCode GetIdCode() const override { return IdCode::RomFS; }
/**
* Open a file specified by its path, using the specified mode