diff options
author | megamage <none@none> | 2009-07-31 11:37:03 +0800 |
---|---|---|
committer | megamage <none@none> | 2009-07-31 11:37:03 +0800 |
commit | bf989ce07308050183387651e4e8fe44aa204968 (patch) | |
tree | 36a42c33a6b5b7b1853f4da881b5fb20f97bd55e /src/game/Chat.cpp | |
parent | 70e31cce3fc41cc5ebfbc9f0a69a1757ea4ec42a (diff) |
[8277] Add new line at the end of some .cpp to make gcc happy Author: Gendalph
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r-- | src/game/Chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 4dcc603afc4..72176a34f6a 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -1810,4 +1810,4 @@ LocaleConstant CliHandler::GetSessionDbcLocale() const int CliHandler::GetSessionDbLocaleIndex() const { return objmgr.GetDBCLocaleIndex(); -}
\ No newline at end of file +} |