From 4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 18 Dec 2013 17:12:07 +0100 Subject: Remove the _ macro This was a gettext-style macro to mark strings that should be translated. --- stream/stream_radio.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream') diff --git a/stream/stream_radio.c b/stream/stream_radio.c index 754b217720..3a954251f0 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -63,6 +63,8 @@ #endif +#define _(x) (x) + typedef struct radio_channels_s { int index; ///< channel index in channels list float freq; ///< frequency in MHz -- cgit v1.2.3