Commit 313cdcec authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Linux DVB: small typo

(cherry picked from commit 9df024608bdb087f26bff309ddcc9d686e0353d5)
parent f1a895b3
...@@ -449,7 +449,7 @@ static int dvb_find_frontend (dvb_device_t *d, fe_type_t type, fe_caps_t caps) ...@@ -449,7 +449,7 @@ static int dvb_find_frontend (dvb_device_t *d, fe_type_t type, fe_caps_t caps)
{ {
if (errno == ENOENT) if (errno == ENOENT)
break; /* all frontends already enumerated */ break; /* all frontends already enumerated */
msg_Err (d->obj, "cannot access frontend %u; %m", n); msg_Err (d->obj, "cannot access frontend %u: %m", n);
continue; continue;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment