]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/textcommon.c
Merge changes from CUPS 1.5svn-r8849.
[thirdparty/cups.git] / filter / textcommon.c
index a32646bce5ced8831d95827337daa7b37bf1c089..f8a2634f9a2402cc91a1bbdf67b87e9c75f6f141 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   Common text filter routines for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 2007-2008 by Apple Inc.
+ *   Copyright 2007-2009 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -610,7 +610,7 @@ TextMain(const char *name,  /* I - Name of filter */
 
     if (PageColumns < 1)
     {
-      _cupsLangPrintf(stderr, _("ERROR: Bad columns value %d!\n"), PageColumns);
+      _cupsLangPrintf(stderr, _("ERROR: Bad columns value %d\n"), PageColumns);
       return (1);
     }
   }
@@ -621,7 +621,7 @@ TextMain(const char *name,  /* I - Name of filter */
 
     if (CharsPerInch <= 0.0)
     {
-      _cupsLangPrintf(stderr, _("ERROR: Bad cpi value %f!\n"), CharsPerInch);
+      _cupsLangPrintf(stderr, _("ERROR: Bad cpi value %f\n"), CharsPerInch);
       return (1);
     }
   }
@@ -632,7 +632,7 @@ TextMain(const char *name,  /* I - Name of filter */
 
     if (LinesPerInch <= 0.0)
     {
-      _cupsLangPrintf(stderr, _("ERROR: Bad lpi value %f!\n"), LinesPerInch);
+      _cupsLangPrintf(stderr, _("ERROR: Bad lpi value %f\n"), LinesPerInch);
       return (1);
     }
   }