Commit 9df02460 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Linux DVB: small typo

parent 42b8a557
......@@ -450,7 +450,7 @@ static int dvb_find_frontend (dvb_device_t *d, fe_type_t type, fe_caps_t caps)
{
if (errno == ENOENT)
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;
}
......
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