]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/imagetops.c
Merge changes from CUPS 1.5svn-r8849.
[thirdparty/cups.git] / filter / imagetops.c
index 93a41bfaa84d1f8c7a5b34f13ec6b6dbdb57f3ff..b61eb7722c7011ab2fab7237f494d6ff849fd26f 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   Image file to PostScript filter for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 2007-2008 by Apple Inc.
+ *   Copyright 2007-2009 by Apple Inc.
  *   Copyright 1993-2007 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -310,7 +310,7 @@ main(int  argc,                             /* I - Number of command-line arguments */
 
   if (img == NULL)
   {
-    fputs(_("ERROR: Unable to open image file for printing!\n"), stderr);
+    fputs(_("ERROR: Unable to open image file for printing\n"), stderr);
     ppdClose(ppd);
     return (1);
   }