From: msweet Date: Tue, 15 Sep 2015 21:19:10 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.2b1~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=499aa6cd12fe5c88b4e4d665529e76521b753ea0;p=thirdparty%2Fcups.git Fix typo. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12880 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c index 2a70446c80..2db96ac1e7 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);