aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index 100fc39..7981cf5 100644
--- a/src/log.h
+++ b/src/log.h
@@ -39,7 +39,7 @@ typedef struct {
} JalvLog;
void
-jalv_print_control(Jalv* jalv, const struct Port* port, float value);
+jalv_print_control(const Jalv* jalv, const struct Port* port, float value);
char*
jalv_strdup(const char* str);