Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 10, 2015
1 parent 8a0c872 commit 2a1e31b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 {
Expand Down

0 comments on commit 2a1e31b

Please sign in to comment.