mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -04:00
add missing trailing comma
This commit is contained in:
parent
5cd0699302
commit
57ebdb25fc
@ -35,7 +35,7 @@ sqlitecpp_srcs = [
|
||||
'src/Column.cpp',
|
||||
'src/Database.cpp',
|
||||
'src/Exception.cpp',
|
||||
'src/Savepoint.cpp'
|
||||
'src/Savepoint.cpp',
|
||||
'src/Statement.cpp',
|
||||
'src/Transaction.cpp',
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user