summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-02 00:27:01 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-06-02 00:27:01 +0300
commit2120eb5998ef5575fe67eb9a1ebd04d3484766d2 (patch)
treeee9af9305aaaf536d851f436f6545e80e0fb639f /stream
parentb784346e789814362e196e513a8988cd02d96bac (diff)
downloadmpv-2120eb5998ef5575fe67eb9a1ebd04d3484766d2.tar.bz2
mpv-2120eb5998ef5575fe67eb9a1ebd04d3484766d2.tar.xz
stream_radio.c: fix corrupt line from e3061749
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,