]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 15 Sep 2015 21:19:10 +0000 (21:19 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 15 Sep 2015 21:19:10 +0000 (21:19 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12880 a1ca3aef-8c08-0410-bb20-df032aa958be

backend/usb-libusb.c

index 2a70446c80c0e0f631022c529e96c29b7ea678e9..2db96ac1e7f375052598d06d0493f8499c44d789 100644 (file)
@@ -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);