mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 00:39:23 +01:00
Merge pull request #5836 from ligfx/patch-1
LogManager: remove stand-alone semicolon
This commit is contained in:
commit
41e8a36bef
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user