]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/usb-unix.c
Remove old files.
[thirdparty/cups.git] / backend / usb-unix.c
index 64215815ec43a58e00cd5890771d9fe406c78844..f1806106571203d7ca9d35d35889905ae2429e91 100644 (file)
@@ -415,11 +415,10 @@ open_device(const char *uri,              /* I - Device URI */
       */
 
       if (busy)
-      {
        _cupsLangPuts(stderr,
                      _("INFO: Printer busy; will retry in 5 seconds...\n"));
-       sleep(5);
-      }
+
+      sleep(5);
     }
   }
 #elif defined(__sun) && defined(ECPPIOC_GETDEVID)