mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 06:41:37 +00:00
LogManager: remove stand-alone semicolon
My bad!
This commit is contained in:
parent
97ea97564f
commit
2f932273bb
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue