From 41492f32bf0156fcbc851c41579bade0f510c449 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 26 Dec 2011 22:00:13 +0100 Subject: [PATCH] Example client: Terminating tick with empty line is superfluous now --- client/example.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/client/example.pl b/client/example.pl index c3d81a6..954d446 100755 --- a/client/example.pl +++ b/client/example.pl @@ -239,7 +239,6 @@ sub take_action($$) { print $socket $state->{tick}." secrete 65533 1\r\n"; print $state->{tick}." secrete 65533 1\r\n"; } - print $socket "\r\n"; }