From 45521e9c3055e72348efb2b265a7fdc6b8b047ee Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Wed, 7 Jan 2026 23:13:08 +0200 Subject: [PATCH] Fix inessential semicolon --- web-lib-funcs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index be22c6097..d31581c6b 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -8812,7 +8812,7 @@ if ($serv->{'fast'} || !$sn) { my $rstr = <$fh>; if ($rstr eq '') { return &$main::remote_error_handler( - "Error reading response length from fastrpc.cgi : $!") + "Error reading response length from fastrpc.cgi : $!"); } my $rlen = int($rstr); my ($fromstr, $got);