1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 04:51:52 +00:00

dvb_tune: fix invalid syntax

Oops.
This commit is contained in:
wm4 2015-02-11 11:35:10 +01:00
parent 67aeccc254
commit cf881396b5

View File

@ -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"); MP_VERBOSE(priv, "Tuning via DVB-API version 3.\n");
if (is_dvb_s2) { if (is_dvb_s2) {
MP_ERR(priv, "ERROR: Can not tune to S2 channel, S2-API not " 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) { if (ioctl(fd_frontend, FE_SET_FRONTEND, &feparams) < 0) {
MP_ERR(priv, "ERROR tuning channel\n"); MP_ERR(priv, "ERROR tuning channel\n");