diff options
Diffstat (limited to 'src/login/account_sql.c')
-rw-r--r-- | src/login/account_sql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/account_sql.c b/src/login/account_sql.c index be1b36ebe..bc607c59e 100644 --- a/src/login/account_sql.c +++ b/src/login/account_sql.c @@ -159,7 +159,7 @@ static bool account_db_sql_init(AccountDB* self) Sql_ShowDebug(sql_handle); return true; -} +} /// disconnects from database static void account_db_sql_destroy(AccountDB* self) |