summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-11 11:35:10 +0100
committerwm4 <wm4@nowhere>2015-02-11 11:36:14 +0100
commitcf881396b5566f678c09adf8b5c8c9a4c8003c40 (patch)
treeac647b8d2b3f492c5d64b3d4ec8f9acdc05b9c70 /stream
parent67aeccc25448969eb523224114daea2f9a5a3a87 (diff)
downloadmpv-cf881396b5566f678c09adf8b5c8c9a4c8003c40.tar.bz2
mpv-cf881396b5566f678c09adf8b5c8c9a4c8003c40.tar.xz
dvb_tune: fix invalid syntax
Oops.
Diffstat (limited to 'stream')
-rw-r--r--stream/dvb_tune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/dvb_tune.c b/stream/dvb_tune.c
index 5d625bdf12..fa65156d3c 100644
--- a/stream/dvb_tune.c
+++ b/stream/dvb_tune.c
@@ -498,7 +498,7 @@ static int tune_it(dvb_priv_t *priv, int fd_frontend, int fd_sec,
MP_VERBOSE(priv, "Tuning via DVB-API version 3.\n");
if (is_dvb_s2) {
MP_ERR(priv, "ERROR: Can not tune to S2 channel, S2-API not "
- "available, will tune to DVB-S!\n")
+ "available, will tune to DVB-S!\n");
}
if (ioctl(fd_frontend, FE_SET_FRONTEND, &feparams) < 0) {
MP_ERR(priv, "ERROR tuning channel\n");