diff options
Diffstat (limited to 'src/state.c')
-rw-r--r-- | src/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index 965ed15..8975df9 100644 --- a/src/state.c +++ b/src/state.c @@ -57,7 +57,7 @@ jalv_make_path(LV2_State_Make_Path_Handle handle, return fullpath; } -const void* +static const void* get_port_value(const char* port_symbol, void* user_data, uint32_t* size, |