X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=cli%2Fbabeltrace-cfg.c;h=1205b21d88579d9bcad3b25ed07089cf395e367d;hb=0675eb8c07c440a4d3811ddc95001cc129a9dc17;hp=f4d836ae2858bfbb98538d8a83f31988b5d84101;hpb=05e2128659970c32648a01255ed870449f05d518;p=babeltrace.git diff --git a/cli/babeltrace-cfg.c b/cli/babeltrace-cfg.c index f4d836ae..1205b21d 100644 --- a/cli/babeltrace-cfg.c +++ b/cli/babeltrace-cfg.c @@ -38,7 +38,7 @@ void destroy_gstring(void *data) * and appends them to the array value object plugin_paths. */ int bt_config_append_plugin_paths( - struct bt_value *plugin_paths, const char *arg) + bt_value *plugin_paths, const char *arg) { int ret = 0; GPtrArray *dirs = g_ptr_array_new_with_free_func(destroy_gstring);