diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index abd30f713..64bb6ba3b 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -348,7 +348,7 @@ impHandler0(clear) impHandler0(cleanGraphics) { ResourceManager *const resman = ResourceManager::getInstance(); - while(resman->cleanOrphans(true)); + while (resman->cleanOrphans(true)); if (debugChatTab) debugChatTab->chatLog(_("Cache cleaned")); |