Skip to content

Commit 3b2f9ff

Browse files
fix small syntax issue
1 parent 1dc77f3 commit 3b2f9ff

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
@@ -2,7 +2,7 @@ project('Fossil Test', 'c', 'cpp',
22
meson_version: '>=1.2.0',
33
license: 'MPL-2.0',
44
version: '1.0.0',
5-
default_options: ['c_std=c18', 'cpp_std=c++20'],)
5+
default_options: ['c_std=c18', 'cpp_std=c++20'])
66

77
subdir('code')
88
subdir('test')

0 commit comments

Comments
 (0)