summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-20 23:51:31 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-20 23:51:31 +0000
commitaafc9b6414424a3e4e2558b0c6ab355e2940a75e (patch)
tree382fd4133b41a08661d7fd266207567b0b82ac3c /tests
parent33d4f4ca8a3f0041b20fc14e6df4e0e2863f3e2c (diff)
downloadATCD-aafc9b6414424a3e4e2558b0c6ab355e2940a75e.tar.gz
Fixed an extra semicolon warning!
Diffstat (limited to 'tests')
-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 3b8b6ce65bf..82ec6f23b51 100644
--- a/tests/TkReactor_Test.cpp
+++ b/tests/TkReactor_Test.cpp
@@ -27,7 +27,7 @@
#include "test_config.h"
-ACE_RCSID(tests, TkReactor_Test, "$Id$");
+ACE_RCSID(tests, TkReactor_Test, "$Id$")
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
USELIB("..\ace\aced.lib");