diff options
Diffstat (limited to 'src/common/sql.h')
-rw-r--r-- | src/common/sql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sql.h b/src/common/sql.h index b1f1f41c3..9a79b3f33 100644 --- a/src/common/sql.h +++ b/src/common/sql.h @@ -267,7 +267,7 @@ struct sql_interface { void (*StmtShowDebug_)(SqlStmt* self, const char* debug_file, const unsigned long debug_line); -} sql_s; +}; struct sql_interface *SQL; |