diff options
Diffstat (limited to 'src/table.c')
-rw-r--r-- | src/table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table.c b/src/table.c index a04b82276..2e1b7b42d 100644 --- a/src/table.c +++ b/src/table.c @@ -196,4 +196,4 @@ void sqlite3_free_table( } } -#endif SQLITE_OMIT_GET_TABLE +#endif /* SQLITE_OMIT_GET_TABLE */ |