]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/image-pnm.c
Load cups into easysw/current.
[thirdparty/cups.git] / filter / image-pnm.c
index f907b053de9adbd51a64188e2d98123cf105ce3e..12c294c1ce6137d68f3e57a920f9c2eb1195b000 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id$"
+ * "$Id: image-pnm.c 6146 2006-12-06 20:19:52Z mike $"
  *
  *   Portable Any Map file routines for the Common UNIX Printing System (CUPS).
  *
@@ -202,7 +202,7 @@ _cupsImageReadPNM(
             else
             {
               bit = 128;
-              inptr ++;
+              outptr ++;
             }
           }
           break;
@@ -301,5 +301,5 @@ _cupsImageReadPNM(
 
 
 /*
- * End of "$Id$".
+ * End of "$Id: image-pnm.c 6146 2006-12-06 20:19:52Z mike $".
  */