mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
General: Remove unnecessary semicolons
This commit is contained in:
@ -26,7 +26,7 @@ public:
|
||||
~CMemcardManager();
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE();
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
std::array<int, 2> page;
|
||||
int itemsPerPage;
|
||||
|
Reference in New Issue
Block a user