diff --git a/auto/bin/make.pl b/auto/bin/make.pl index b97b0a4..a20fdf1 100755 --- a/auto/bin/make.pl +++ b/auto/bin/make.pl @@ -132,7 +132,7 @@ sub output_tokens($$) print map { &{$fnc}($_, $tbl->{$_}) } sort { hex ${$tbl}{$a} <=> hex ${$tbl}{$b} } keys %{$tbl}; print "\n"; } else { - print STDERR "no keys in table!"; + print STDERR "no keys in table!\n"; } }