X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Ftrace-ir%2Ffield-path.c;h=4e5b16f70a657c4de728557a9e9a184e9df3e1ef;hb=e7ceb9df3c98e0b0d394f38c8c63fd236a2a0e06;hp=230db9dd53ecf7b15583f15878c2d1d857d0e103;hpb=d847ef864b2e8a14af0b2b4c926c1cd33768948c;p=babeltrace.git diff --git a/src/lib/trace-ir/field-path.c b/src/lib/trace-ir/field-path.c index 230db9dd..4e5b16f7 100644 --- a/src/lib/trace-ir/field-path.c +++ b/src/lib/trace-ir/field-path.c @@ -79,7 +79,7 @@ end: return field_path; } -enum bt_scope bt_field_path_get_root_scope( +enum bt_field_path_scope bt_field_path_get_root_scope( const struct bt_field_path *field_path) { BT_ASSERT_PRE_DEV_NON_NULL(field_path, "Field path");