From 25c0097c67c41ed67639921153e9ec88d882bcbe Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 11 Feb 2015 11:35:10 +0100 Subject: dvb_tune: fix invalid syntax Oops. --- stream/dvb_tune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3