]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fixed an annoying typo in the comments 1444/head
authorLenar Shakirov <lenar.shakirov@gmail.com>
Fri, 5 Dec 2025 15:34:43 +0000 (18:34 +0300)
committerGitHub <noreply@github.com>
Fri, 5 Dec 2025 15:34:43 +0000 (18:34 +0300)
backend/usb-libusb.c

index ecc879f4fe21e2ec96156e5b21a04f21be1b7b5d..181ba6cb0022a88a776b0a582383c4e94e297ee3 100644 (file)
@@ -97,7 +97,7 @@ typedef struct usb_globals_s          /* Global USB printer information */
 #define USB_QUIRK_VENDOR_CLASS 0x0020  /* Descriptor uses vendor-specific
                                           Class or SubClass */
 #define USB_QUIRK_DELAY_CLOSE  0x0040  /* Delay close */
-#define USB_QUIRK_NO_ALT_SET   0x0080  /* Some USB printers do not */
+#define USB_QUIRK_NO_ALT_SET   0x0080  /* Some USB printers do not
                                           like set_configuration and
                                           set_interface */
 #define USB_QUIRK_WHITELIST    0x0000  /* no quirks */