summaryrefslogtreecommitdiff
path: root/backend/usb-libusb.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-09-15 21:19:10 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-09-15 21:19:10 +0000
commit499aa6cd12fe5c88b4e4d665529e76521b753ea0 (patch)
tree7d9abf1de6cd288d7ebc30336768c254d7644c81 /backend/usb-libusb.c
parentf81d652010642fbddfb5a8374aeda3d0df94eae8 (diff)
downloadcups-499aa6cd12fe5c88b4e4d665529e76521b753ea0.tar.gz
Fix typo.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12880 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'backend/usb-libusb.c')
-rw-r--r--backend/usb-libusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c
index 2a70446c8..2db96ac1e 100644
--- a/backend/usb-libusb.c
+++ b/backend/usb-libusb.c
@@ -642,7 +642,7 @@ print_device(const char *uri, /* I - Device URI */
* Close the connection and input file and general clean up...
*/
- if (g.printer.quirks & USB_QUIRK_DELAY_CLOSE)
+ if (g.printer->quirks & USB_QUIRK_DELAY_CLOSE)
sleep(1);
close_device(g.printer);