mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-14 00:58:51 +02:00
LogManager: remove stand-alone semicolon
My bad!
This commit is contained in:
@ -130,7 +130,6 @@ LogManager::LogManager()
|
|||||||
|
|
||||||
// Set up log listeners
|
// Set up log listeners
|
||||||
int verbosity = Config::Get(LOGGER_VERBOSITY);
|
int verbosity = Config::Get(LOGGER_VERBOSITY);
|
||||||
;
|
|
||||||
|
|
||||||
// Ensure the verbosity level is valid
|
// Ensure the verbosity level is valid
|
||||||
if (verbosity < 1)
|
if (verbosity < 1)
|
||||||
|
Reference in New Issue
Block a user