From: mike Date: Thu, 14 Mar 2013 14:30:47 +0000 (+0000) Subject: Fix typo (STR #4295) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cff2b915f2dfcfd96df53f2c92ad36d8339b3f86;p=thirdparty%2Fcups.git Fix typo (STR #4295) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10907 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c index 44e71e7b77..4c71e6586c 100644 --- a/backend/usb-libusb.c +++ b/backend/usb-libusb.c @@ -122,7 +122,7 @@ struct quirk_printer_struct { #define USBLP_QUIRK_USB_INIT 0x2 /* needs vendor USB init string */ #define USBLP_QUIRK_BAD_CLASS 0x4 /* descriptor uses vendor-specific Class or SubClass */ -#define USBLP_QUICK_BLACKLIST 0x8 /* these printers do not conform to the USB print spec */ +#define USBLP_QUIRK_BLACKLIST 0x8 /* these printers do not conform to the USB print spec */ #define USBLP_QUIRK_RESET 0x4000 /* After printing do a reset for clean-up */ #define USBLP_QUIRK_NO_REATTACH 0x8000 /* After printing we cannot re-attach