diff options
Diffstat (limited to 'print/hplip/files/patch-scan_sane_hpaio.c')
-rw-r--r-- | print/hplip/files/patch-scan_sane_hpaio.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/hplip/files/patch-scan_sane_hpaio.c b/print/hplip/files/patch-scan_sane_hpaio.c new file mode 100644 index 000000000000..1db522c34b14 --- /dev/null +++ b/print/hplip/files/patch-scan_sane_hpaio.c @@ -0,0 +1,20 @@ +--- scan/sane/hpaio.c.orig 2019-10-22 06:25:58 UTC ++++ scan/sane/hpaio.c +@@ -419,7 +419,7 @@ extern void sane_hpaio_close(SANE_Handle handle) + if (strcmp(*((char **)handle), "ESCL") == 0) + return escl_close(handle); + if (strcmp(*((char **)handle), "ORBLITE") == 0) +- return orblite_close(handle); ++ orblite_close(handle); + } /* sane_hpaio_close() */ + + extern const SANE_Option_Descriptor * sane_hpaio_get_option_descriptor(SANE_Handle handle, SANE_Int option) +@@ -552,7 +552,7 @@ extern void sane_hpaio_cancel( SANE_Handle handle ) + if (strcmp(*((char **)handle), "ESCL") == 0) + return escl_cancel(handle); + if (strcmp(*((char **)handle), "ORBLITE") == 0) +- return orblite_cancel(handle); ++ orblite_cancel(handle); + } /* sane_hpaio_cancel() */ + + extern SANE_Status sane_hpaio_set_io_mode(SANE_Handle handle, SANE_Bool nonBlocking) |