From 2120eb5998ef5575fe67eb9a1ebd04d3484766d2 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 2 Jun 2010 00:27:01 +0300 Subject: stream_radio.c: fix corrupt line from e3061749 --- stream/stream_radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/stream_radio.c b/stream/stream_radio.c index 3147866848..7e53ccf38a 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -401,7 +401,7 @@ static int get_volume_v4l2(radio_priv_t* priv,int* volume){ /* v4l2 driver info structure */ static const radio_driver_t radio_driver_v4l2={ "v4l2", - _("[radio] Using V4Lv1 radio interface.\n")2, + _("[radio] Using V4Lv2 radio interface.\n"), init_frac_v4l2, set_volume_v4l2, get_volume_v4l2, -- cgit v1.2.3