]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/scsi-irix.c
Merge changes from CUPS 1.5svn-r8849.
[thirdparty/cups.git] / backend / scsi-irix.c
index 639be46209eaf7bfab705e0d45e995f8bc55510b..f4a60101c0e406782855d725aa875f660b4e03d5 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   IRIX SCSI printer support for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2009 by Apple Inc.
  *   Copyright 2003-2005 by Easy Software Products, all rights reserved.
  *
  *   Redistribution and use in source and binary forms, with or
@@ -97,7 +97,7 @@ print_device(const char *resource,    /* I - SCSI device */
 
   if (strncmp(resource, "/dev/scsi/", 10) != 0)
   {
-    _cupsLangPrintf(stderr, _("ERROR: Bad SCSI device file \"%s\"!\n"),
+    _cupsLangPrintf(stderr, _("ERROR: Bad SCSI device file \"%s\"\n"),
                     resource);
     return (CUPS_BACKEND_STOP);
   }