From b88149536dce591db6994c3c3995b289555f658e Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Sat, 14 Feb 2015 08:03:28 +0100 Subject: Oops where did that comma come from? Well, now it's gone --- stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.pl b/stats.pl index 4614b3f..f054572 100755 --- a/stats.pl +++ b/stats.pl @@ -49,7 +49,7 @@ my @content = split /^-+$/m, $content; shift @content; if (scalar @content < 1) { - print STDERR, "Scoreboard seems to be empty!"; + print STDERR "Scoreboard seems to be empty!"; exit 1; } -- cgit v1.2.3