lib: Fix function name to match declaration
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 25 Apr 2019 20:48:17 +0000 (16:48 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
Commit

  c4cae502570e ("lib: Fix function name to match declaration")

used an erroneous name for a function definition, this patches fixes it.

Change-Id: I4190b60c9f6db62bf6b50fd095c402494d596a27
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.gerrithub.io/c/eepp/babeltrace/+/452153
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: Philippe Proulx <eeppeliteloop@gmail.com>
lib/trace-ir/field-class.c

index d3af88b32409075819794acce61f4c6b5b897e64..dad075e80df0a582204a3fa6b69e44099038c291 100644 (file)
@@ -882,7 +882,7 @@ bt_field_class_structure_borrow_member_by_name_const(
 }
 
 struct bt_field_class_structure_member *
-bt_field_class_structure_borrow_class_by_name(
+bt_field_class_structure_borrow_member_by_name(
                struct bt_field_class *fc, const char *name)
 {
        BT_ASSERT_PRE_NON_NULL(fc, "Field class");
This page took 0.026562 seconds and 4 git commands to generate.