mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 11:33:35 +00:00
arm_interface: Remove unnecessary semicolon
Namespaces don't require the use of a semicolon. Silences a -Wextra-semi warning.
This commit is contained in:
@@ -23,4 +23,4 @@ void ARM_Interface::LogBacktrace() {
|
|||||||
fp = Memory::Read64(fp);
|
fp = Memory::Read64(fp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}; // namespace Core
|
} // namespace Core
|
||||||
|
|||||||
Reference in New Issue
Block a user