summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2013-01-22 22:37:20 +0000
committerOthmar Gsenger <otti@wirdorange.org>2013-01-22 22:37:20 +0000
commitf645f7d0d78599773a3ce6918a00352b59a036d0 (patch)
treea96c2d4612f59574ea59fa470d3af18a714a537a
parentadded download counter (diff)
added brakes for newer perl version
-rw-r--r--nzbget/main.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nzbget/main.pm b/nzbget/main.pm
index 5d963f0..d732894 100644
--- a/nzbget/main.pm
+++ b/nzbget/main.pm
@@ -31,7 +31,7 @@ sub handle_errors {
my $msg = shift;
# print "Content-type: text/plain\n\n";
print $msg;
- ModPerl::Util::exit;
+ ModPerl::Util::exit();
return;
}