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

Cosmetic

parent 03e94d89
......@@ -576,7 +576,7 @@ static int dvb_vset_props (dvb_device_t *d, size_t n, va_list ap)
{
prop->cmd = va_arg (ap, uint32_t);
prop->u.data = va_arg (ap, uint32_t);
msg_Dbg (d->obj, "setting property %"PRIu32" to %"PRIu32,
msg_Dbg (d->obj, "setting property %2"PRIu32" to %"PRIu32,
prop->cmd, prop->u.data);
prop++;
n--;
......
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