aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/examples/x.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/x.tcl')
-rw-r--r--test/examples/x.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/x.tcl b/test/examples/x.tcl
index 6a4b13dbe..d1260fc82 100644
--- a/test/examples/x.tcl
+++ b/test/examples/x.tcl
@@ -4,7 +4,7 @@
proc Echo_Server {port} {
set s [socket -server EchoAccept $port]
- vwait forever
+ vwait forever;
}
# Bug #1947