diff options
Diffstat (limited to 'examples/hosts/test_host.c')
-rw-r--r-- | examples/hosts/test_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hosts/test_host.c b/examples/hosts/test_host.c index 3ec8d86..16efa11 100644 --- a/examples/hosts/test_host.c +++ b/examples/hosts/test_host.c @@ -61,7 +61,7 @@ create_audio_output() void create_port(SLV2Plugin* plugin, SLV2Instance* instance, - unsigned long port_index) + unsigned long port_index) { enum SLV2PortClass class = slv2_port_get_class(plugin, port_index); |