chiark / gitweb /
quacks-ingredients: wip Base vs Witches vs Both
[reprap-play.git] / quacks-ingredients-counts
index 4913f3cf90504f693381f2f4b1d5a0e0a2bdd4d6..cf883af99e3ac88517651c06c7abc29efea6b398 100755 (executable)
@@ -67,7 +67,7 @@ sub wrtoplevel () {
     $max_nrows = $nrows if $nrows > $max_nrows;
     $max_rowsz = $rowsz if $rowsz > $max_rowsz;
     my $ix = 0;
-    printf "// %-5s %-10s  total=%2d  rowsz=$rowsz  nrows=$nrows\n",
+    printf "// % %-10s  total=%2d  rowsz=$rowsz  nrows=$nrows\n",
        $which, "$name", $total;
     foreach my $nspots (sort keys %$cs) {
        my $c = $cs->{$nspots};