diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/lv2_inspect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c index 26c4cf5..abe0234 100644 --- a/utils/lv2_inspect.c +++ b/utils/lv2_inspect.c @@ -44,7 +44,7 @@ print_port(SLV2Plugin p, uint32_t index) printf("Unknown"); } - SLV2PortType type = slv2_port_get_type(p, port); + SLV2PortDataType type = slv2_port_get_data_type(p, port); printf("\n\t\tType: "); switch (type) { |