aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/jalv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 78901ca..20f24e7 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -777,6 +777,7 @@ main(int argc, char** argv)
jalv.bpm = 120.0f;
jalv.control_in = (uint32_t)-1;
+ suil_init(&argc, &argv, SUIL_ARG_NONE);
if (jalv_init(&argc, &argv, &jalv.opts)) {
return EXIT_FAILURE;
}