lib: rename `lib-logging.h` to `logging.h`
[babeltrace.git] / src / lib / graph / component-class-sink-colander.c
index 0084772ee8efb82a1ef1784081dba5aac7d31d12..8a238f81f278318ca47ec825bdfadd45a103c47e 100644 (file)
@@ -20,8 +20,8 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "COLANDER"
-#include "lib/lib-logging.h"
+#define BT_LOG_TAG "LIB/COLANDER"
+#include "lib/logging.h"
 
 #include "common/assert.h"
 #include "lib/assert-pre.h"
@@ -179,7 +179,7 @@ struct bt_component_class_sink *bt_component_class_sink_colander_get(void)
 
 end:
        bt_object_get_ref(colander_comp_cls);
-       return (void *) colander_comp_cls;
+       return colander_comp_cls;
 }
 
 __attribute__((destructor)) static
This page took 0.02415 seconds and 4 git commands to generate.