summaryrefslogtreecommitdiff
path: root/nzbget/main.pm
diff options
context:
space:
mode:
Diffstat (limited to 'nzbget/main.pm')
-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;
}