X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fcomponent-filter.c;h=6582b8deaac79908ce15389577b25a8128bfaa95;hb=d5b13b9b6a434797f856547be1ca6a59f70ba530;hp=24be22772c3b6b0000768ea676692903335258ff;hpb=0a83319b57c7f5d1f37a8c1af9a39daf6d503122;p=babeltrace.git diff --git a/src/lib/graph/component-filter.c b/src/lib/graph/component-filter.c index 24be2277..6582b8de 100644 --- a/src/lib/graph/component-filter.c +++ b/src/lib/graph/component-filter.c @@ -51,7 +51,7 @@ bt_component_filter_borrow_class_const( { struct bt_component_class *cls; - BT_ASSERT_PRE_DEV_NON_NULL(component, "Component"); + BT_ASSERT_PRE_DEV_COMP_NON_NULL(component); cls = component->parent.class;