]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/ipp.c
Merge changes from CUPS 1.5svn-r9525
[thirdparty/cups.git] / backend / ipp.c
index b09cc729ae4dd503ab9ccb8c2e270644e9b5a19f..13a688574f504b7bcf38b4344e2f20c38c114e1c 100644 (file)
@@ -2122,7 +2122,7 @@ report_printer_state(ipp_t *ipp,  /* I - IPP response */
     }
 
     *valptr++ = '\n';
-    *valptr++ = '\0';
+    *valptr   = '\0';
 
     fputs(value, stderr);
   }
@@ -2158,7 +2158,7 @@ report_printer_state(ipp_t *ipp,  /* I - IPP response */
   if (value[0])
   {
     *valptr++ = '\n';
-    *valptr++ = '\0';
+    *valptr   = '\0';
     fputs(value, stderr);
   }