aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7599285..61f3f52 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project('fastiv', 'c',
version : '0.1.0')
add_project_arguments(
meson.get_compiler('c').get_supported_arguments('-Wno-cast-function-type'),
- language: 'c',
+ language : 'c',
)
# TODO(p): Use libraw_r later, when we start parallelizing/preloading.