From d500367bddd267ccfe5c22012000bac937d5f9ff Mon Sep 17 00:00:00 2001 From: iliajie Date: Tue, 18 Apr 2023 18:00:33 +0300 Subject: [PATCH] Fix missing end line --- xterm/websockets-lib-funcs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xterm/websockets-lib-funcs.pl b/xterm/websockets-lib-funcs.pl index 7abc2b045..1253eef70 100644 --- a/xterm/websockets-lib-funcs.pl +++ b/xterm/websockets-lib-funcs.pl @@ -140,4 +140,4 @@ else { chmod(0755, $_[0]); } -1; \ No newline at end of file +1;