diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-02-21 14:38:52 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-02-21 14:38:52 +0100 |
commit | 5f0fc1c52623b9a9f317567478bda73dd64741b4 (patch) | |
tree | b0d3f10377124b457d0d2b14b9714f93401b42e7 /tools/sane-find-scanner.c.rej | |
parent | 9f6168979f9f9cc7d6f394f2d888a18e2ebc916f (diff) |
Remove unused .[orig|rej] files
Diffstat (limited to 'tools/sane-find-scanner.c.rej')
-rw-r--r-- | tools/sane-find-scanner.c.rej | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/sane-find-scanner.c.rej b/tools/sane-find-scanner.c.rej deleted file mode 100644 index 719a906..0000000 --- a/tools/sane-find-scanner.c.rej +++ /dev/null @@ -1,22 +0,0 @@ ---- tools/sane-find-scanner.c -+++ tools/sane-find-scanner.c -@@ -384,7 +384,7 @@ check_usb_file (char *file_name) - { - if (verbose > 1) - printf (" open ok, vendor and product ids were identified\n"); -- printf ("found USB scanner (vendor=0x%04x, " -+ printf ("found possible USB scanner (vendor=0x%04x, " - "product=0x%04x) at %s\n", vendor, product, file_name); - } - else -@@ -392,8 +392,8 @@ check_usb_file (char *file_name) - if (verbose > 1) - printf (" open ok, but vendor and product could NOT be " - "identified\n"); -- printf ("found USB scanner (UNKNOWN vendor and product) " -- "at device %s\n", file_name); -+ printf ("found possible USB scanner (UNKNOWN vendor and " -+ "product) at %s\n", file_name); - unknown_found = SANE_TRUE; - } - device_found = SANE_TRUE; |