diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lilv_test_utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lilv_test_utils.c b/test/lilv_test_utils.c index cfc5c4f..38754b0 100644 --- a/test/lilv_test_utils.c +++ b/test/lilv_test_utils.c @@ -132,9 +132,9 @@ create_bundle(LilvTestEnv* env, const char* manifest, const char* plugin) } int -start_bundle(LilvTestEnv* env, const char* manifest, const char* content) +start_bundle(LilvTestEnv* env, const char* manifest, const char* plugin) { - if (create_bundle(env, manifest, content)) { + if (create_bundle(env, manifest, plugin)) { return 1; } |