canon_lide70-common.c

eliminate two spaces near new io_error
merge-requests/213/head^2
pimvantend 2020-03-10 21:00:03 +01:00
rodzic a0ddf165a7
commit bd6a2551a5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2625,7 +2625,7 @@ preread (CANON_Handle * chndl, SANE_Byte * data, FILE * fp)
DBG (6, "%ld bytes written\n", bytes_written);
if (bytes_written != offset)
{
status = SANE_STATUS_IO_ERROR;
status = SANE_STATUS_IO_ERROR;
}
DBG (6, "%ld lines from readbuf\n", line - startline);
return status; /* to escape from this loop