Code style (game + scripts only):

"while(" --> "while ("

--HG--
branch : trunk
This commit is contained in:
Spp
2010-04-07 19:13:19 +02:00
parent 182e9a20b1
commit 2e127f7a30
74 changed files with 230 additions and 230 deletions

View File

@@ -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);