aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/examples/x.tcl2
-rw-r--r--test/examples/x.tcl.styled2
2 files changed, 2 insertions, 2 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
diff --git a/test/examples/x.tcl.styled b/test/examples/x.tcl.styled
index fecdc9dea..66af41327 100644
--- a/test/examples/x.tcl.styled
+++ b/test/examples/x.tcl.styled
@@ -4,7 +4,7 @@
{0}
{12}proc{0} {7}Echo_Server{0} {6}{{7}port{6}}{0} {6}{
{0} {12}set{0} {7}s{0} {6}[{12}socket{0} {10}-server{0} {7}EchoAccept{0} {8}$port{6}]
-{0} {12}vwait{0} {7}forever{0}
+{0} {12}vwait{0} {7}forever{0};
{6}}
{0}
{2}# Bug #1947