summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_radio.c2
1 files changed, 1 insertions, 1 deletions
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,