mirror of
https://github.com/mpv-player/mpv
synced 2025-02-09 00:17:07 +00:00
dvb_tune: fix invalid syntax
Oops.
This commit is contained in:
parent
20d5efb419
commit
25c0097c67
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user