Skip to content

Commit 268923e

Browse files
author
Rob Trame
committed
Add missing semicolon
1 parent d9ea4ca commit 268923e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/sqlite3/database.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static VALUE rb_sqlite3_disable_quirk_mode(VALUE self)
7979

8080
return Qtrue;
8181
#else
82-
return Qfalse
82+
return Qfalse;
8383
#endif
8484
}
8585

0 commit comments

Comments
 (0)