X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fgraph%2Fgraph.c;h=c62712ccc4c83badfacb4069ce2742b4526f22ac;hb=ecbe9f4994f22d29c755f81a37d577afd41bf3e4;hp=7b43a1017df88539c913166504e45fe18ff8529b;hpb=4aa7981f87b9c1587dc84160808b6534fc1d000b;p=babeltrace.git diff --git a/lib/graph/graph.c b/lib/graph/graph.c index 7b43a101..c62712cc 100644 --- a/lib/graph/graph.c +++ b/lib/graph/graph.c @@ -233,7 +233,7 @@ enum bt_graph_status bt_graph_connect_ports(struct bt_graph *graph, struct bt_component *upstream_component = NULL; struct bt_component *downstream_component = NULL; enum bt_component_status component_status; - bt_bool init_can_consume; + bt_bool init_can_consume; if (!graph) { BT_LOGW_STR("Invalid parameter: graph is NULL.");