]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testipp.c
Merge changes from CUPS 1.6svn-r10310.
[thirdparty/cups.git] / cups / testipp.c
index 70c83bf4b5e36079b712b16a93a803dbda6d4e72..5655b6be2c424b8fda44c6537e395bd7b88fc54e 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   IPP test program for CUPS.
  *
- *   Copyright 2007-2011 by Apple Inc.
+ *   Copyright 2007-2012 by Apple Inc.
  *   Copyright 1997-2005 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -901,7 +901,7 @@ print_attributes(ipp_t *ipp,                /* I - IPP request */
       case IPP_TAG_RESOLUTION :
           for (i = 0, val = attr->values; i < attr->num_values; i ++, val ++)
            printf(" %dx%d%s", val->resolution.xres, val->resolution.yres,
-                  val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpc");
+                  val->resolution.units == IPP_RES_PER_INCH ? "dpi" : "dpcm");
           putchar('\n');
           break;