diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |