pnm: fix [-Wformat=] compiler warning

merge-requests/1/head
Olaf Meeuwissen 2016-07-18 17:32:21 +09:00
rodzic 2f39c72270
commit 2d46885228
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -649,7 +649,7 @@ sane_control_option (SANE_Handle handle, SANE_Int option,
v = 75;
DBG (2, "sane_control_option: handle=%p, opt=%d, act=%d, val=%p, info=%p\n",
handle, option, action, value, info);
handle, option, action, value, (void *) info);
if (handle != MAGIC || !is_open)
{