mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tracerutils: update #endif comment
We changed the define, but left the comment inconsistent.
This commit is contained in:
parent
8968af3589
commit
281f792042
1 changed files with 1 additions and 1 deletions
|
@ -183,4 +183,4 @@ gst_tracing_register_hook (GstTracer * tracer, const gchar * detail,
|
||||||
gst_tracing_register_hook_id (tracer, g_quark_try_string (detail), func);
|
gst_tracing_register_hook_id (tracer, g_quark_try_string (detail), func);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* GST_DISABLE_GST_DEBUG */
|
#endif /* GST_DISABLE_GST_TRACER_HOOKS */
|
||||||
|
|
Loading…
Reference in a new issue