mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2026-01-11 11:44:49 +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