]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Missing semicolon
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 10 Dec 2015 16:13:19 +0000 (11:13 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 10 Dec 2015 16:13:35 +0000 (11:13 -0500)
src/modules/rlm_sql/drivers/rlm_sql_sqlite/rlm_sql_sqlite.c

index b442abbd817dd4baa8a0e04fff90b6d65702578d..299a594842bfe89c43bce9fbdf3b16657c8481af 100644 (file)
@@ -45,7 +45,7 @@ RCSID("$Id$")
 #endif
 
 #ifndef HAVE_SQLITE3_INT64
-typedef sqlite3_int64 sqlite_int64
+typedef sqlite3_int64 sqlite_int64;
 #endif
 
 typedef struct rlm_sql_sqlite_conn {