summaryrefslogtreecommitdiff
path: root/src/login/account_sql.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-25 10:32:26 -0300
committershennetsind <ind@henn.et>2013-04-25 10:32:26 -0300
commit64dca8681c90dca15009fb82e54154d3faf3b1d6 (patch)
tree9ca903e8938b7234e4fd801ae2d0d6a4cd57f145 /src/login/account_sql.c
parent064a4ecf07689e8ee673bb17e5cf342ae3cdd585 (diff)
downloadhercules-64dca8681c90dca15009fb82e54154d3faf3b1d6.tar.gz
hercules-64dca8681c90dca15009fb82e54154d3faf3b1d6.tar.bz2
hercules-64dca8681c90dca15009fb82e54154d3faf3b1d6.tar.xz
hercules-64dca8681c90dca15009fb82e54154d3faf3b1d6.zip
Fixed Bug #7189
http://hercules.ws/board/tracker/issue-7189-warning-while-recompiling-using-centos5/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/login/account_sql.c')
-rw-r--r--src/login/account_sql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/account_sql.c b/src/login/account_sql.c
index 9fbe50727..1d77f1975 100644
--- a/src/login/account_sql.c
+++ b/src/login/account_sql.c
@@ -688,4 +688,4 @@ static bool mmo_auth_tosql(AccountDB_SQL* db, const struct mmo_account* acc, boo
void account_db_sql_up(AccountDB* self) {
AccountDB_SQL* db = (AccountDB_SQL*)self;
Sql_HerculesUpdateCheck(db->accounts);
-} \ No newline at end of file
+}