aboutsummaryrefslogtreecommitdiff
path: root/src/game/AddonMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/AddonMgr.cpp')
-rw-r--r--src/game/AddonMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/AddonMgr.cpp b/src/game/AddonMgr.cpp
index afa92c49020..a8f914b69ae 100644
--- a/src/game/AddonMgr.cpp
+++ b/src/game/AddonMgr.cpp
@@ -64,7 +64,7 @@ void AddonMgr::LoadFromDB()
SavedAddon addon(name, crc);
m_knownAddons.push_back(addon);
- } while(result->NextRow());
+ } while (result->NextRow());
sLog.outString();
sLog.outString(">> Loaded %u known addons", count);