]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Tweak the width of test titles.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 4 Oct 2011 04:49:36 +0000 (04:49 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Tue, 4 Oct 2011 04:49:36 +0000 (04:49 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10054 7a7537e8-13f0-0310-91df-b6672ffda945

test/ipptool.c

index 43e4df7ac477736b632b2a7dbb3e58ee30ba2550..59b83253dde911b2072cdfd7061381ddb8003da2 100644 (file)
@@ -2109,7 +2109,7 @@ do_tests(_cups_vars_t *vars,              /* I - Variables */
          print_attr(attrptr, NULL);
       }
 
-      printf("    %-69.69s [", name);
+      printf("    %-68.68s [", name);
       fflush(stdout);
     }