From c8d10b1959359d727f4fa1daf42c5985d6bf46d1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 31 Mar 2020 15:48:41 +0100 Subject: [PATCH] quacks-ingredients: -counts: Fix a ws mistake nfc Signed-off-by: Ian Jackson --- quacks-ingredients-counts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?"; -- 2.30.2