Fix: lib: `_const_const` -> `_const`
[babeltrace.git] / lib / plugin / plugin.c
index ce13d01b3a0bbbfbab7c54ef84209aba5daacda8..7f00d69c68cbe3697f662fc7aa4a819914260098 100644 (file)
@@ -538,7 +538,7 @@ struct bt_component_class *borrow_component_class_by_index(
 }
 
 const struct bt_component_class_source *
-bt_plugin_borrow_source_component_class_by_index_const_const(
+bt_plugin_borrow_source_component_class_by_index_const(
                const struct bt_plugin *plugin, uint64_t index)
 {
        return (const void *) borrow_component_class_by_index(plugin,
This page took 0.022669 seconds and 4 git commands to generate.