From: Ian Jackson Date: Tue, 31 Mar 2020 14:48:41 +0000 (+0100) Subject: quacks-ingredients: -counts: Fix a ws mistake nfc X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=c8d10b1959359d727f4fa1daf42c5985d6bf46d1;hp=8e524554bb65587491ee1f7644e5530673de836c quacks-ingredients: -counts: Fix a ws mistake nfc Signed-off-by: Ian Jackson --- diff --git a/quacks-ingredients-counts b/quacks-ingredients-counts index cf883af..46d7f1b 100755 --- a/quacks-ingredients-counts +++ b/quacks-ingredients-counts @@ -39,7 +39,7 @@ foreach my $nspots (qw(1 2 3 4)) { m/\+/; $count{$names[$i]}{$nspots} = - $which eq 'All' ? $` + $' : + $which eq 'All' ? $` + $' : $which eq 'Base' ? $` : $which eq 'Witches' ? $' : die "$which ?";