Skip to content

Commit 57ebdb2

Browse files
committed
add missing trailing comma
1 parent 5cd0699 commit 57ebdb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sqlitecpp_srcs = [
3535
'src/Column.cpp',
3636
'src/Database.cpp',
3737
'src/Exception.cpp',
38-
'src/Savepoint.cpp'
38+
'src/Savepoint.cpp',
3939
'src/Statement.cpp',
4040
'src/Transaction.cpp',
4141
]

0 commit comments

Comments
 (0)