]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typo in USB backend code...
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 5 Feb 2007 20:12:10 +0000 (20:12 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 5 Feb 2007 20:12:10 +0000 (20:12 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6231 7a7537e8-13f0-0310-91df-b6672ffda945

backend/usb-unix.c

index 1d33b75cf63c47643f58d0ef17ec11e7c55a15d2..827f5595329c79b30bfd1dc0d3566472950de596 100644 (file)
@@ -88,7 +88,7 @@ print_device(const char *uri,         /* I - Device URI */
 
     use_bc = strcasecmp(hostname, "Canon") &&
              strcasecmp(hostname, "Konica Minolta") &&
-             strcasecmp(hostname, "Minolta") &&;
+             strcasecmp(hostname, "Minolta");
 
     if ((device_fd = open_device(uri, &use_bc)) == -1)
     {