tracerutils: update #endif comment

We changed the define, but left the comment inconsistent.
This commit is contained in:
Stefan Sauer 2016-01-07 22:43:58 +01:00
parent 8968af3589
commit 281f792042

View file

@ -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);
}
#endif /* GST_DISABLE_GST_DEBUG */
#endif /* GST_DISABLE_GST_TRACER_HOOKS */