From: Andreas Frisch Date: Sun, 12 Oct 2008 09:53:30 +0000 (+0000) Subject: preprocessor statement fix X-Git-Tag: 2.6.0~774 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/7e9d85cd54eec034bf4e98afef42f827084f54c3 preprocessor statement fix --- diff --git a/lib/service/servicemp3.cpp b/lib/service/servicemp3.cpp index 3c17750d..4e56496a 100644 --- a/lib/service/servicemp3.cpp +++ b/lib/service/servicemp3.cpp @@ -856,7 +856,7 @@ void eServiceMP3::gstBusCall(GstBus *bus, GstMessage *msg) source = GST_MESSAGE_SRC(msg); sourceName = gst_object_get_name(source); -#ifdef 0 +#if 0 if (gst_message_get_structure(msg)) { gchar *string = gst_structure_to_string(gst_message_get_structure(msg));