Apply suggestion to backend/escl/escl.c

merge-requests/340/head
Olaf Meeuwissen 2020-02-11 01:45:08 +00:00
rodzic a771be0c6a
commit dd4fb84de8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -770,7 +770,7 @@ sane_start(SANE_Handle h)
return SANE_STATUS_INVAL; return SANE_STATUS_INVAL;
} }
fprintf(stdout, "2-Size Image [%dx%d|%dx%d]\n", 0, 0, w, he); DBG(10, "2-Size Image [%dx%d|%dx%d]\n", 0, 0, w, he);
if (status != SANE_STATUS_GOOD) if (status != SANE_STATUS_GOOD)
return (status); return (status);
handler->ps.depth = 8; handler->ps.depth = 8;