summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-27 02:50:14 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-27 02:50:14 +0000
commit8cc41650565f76528de0f1708e6c4c683313d92b (patch)
treeb39f060922f11f0278ccf67a009897c316db941d
parent5ac1afbb2792251aceaf1fcb48716d7d61deb823 (diff)
downloadATCD-8cc41650565f76528de0f1708e6c4c683313d92b.tar.gz
ChangeLogTag:Mon Aug 26 17:14:20 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--tests/TkReactor_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TkReactor_Test.cpp b/tests/TkReactor_Test.cpp
index 1206e8501a8..109f345ba18 100644
--- a/tests/TkReactor_Test.cpp
+++ b/tests/TkReactor_Test.cpp
@@ -281,7 +281,7 @@ ACE_TMAIN (int, ACE_TCHAR *[])
ACE_ERROR_RETURN ((LM_ERROR, "Tk_Reactor_Test: %s\n", tcl_interp->result),1);
}
- char tcl_cmd[] = "source TkReactor_Test.tcl"
+ char tcl_cmd[] = "source TkReactor_Test.tcl";
if (Tcl_Eval (tcl_interp, tcl_cmd) != TCL_OK) {
cerr << "error: " << tcl_interp->result << "\n";
exit (1);