summaryrefslogtreecommitdiff
path: root/ace/CORBA_macros.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-08 01:28:05 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-08 01:28:05 +0000
commit5744372590768ede7c1eed46c8e3a0d8faec21a7 (patch)
treec4905dd7e78913dd8e835a6a85019c1c9980361f /ace/CORBA_macros.h
parent3625320194cfcd76d8dd1d431a6eef7e901fceab (diff)
downloadATCD-5744372590768ede7c1eed46c8e3a0d8faec21a7.tar.gz
Removed the extra trailing semi-column.
Diffstat (limited to 'ace/CORBA_macros.h')
-rw-r--r--ace/CORBA_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/CORBA_macros.h b/ace/CORBA_macros.h
index fd15d52f56c..7b115f21745 100644
--- a/ace/CORBA_macros.h
+++ b/ace/CORBA_macros.h
@@ -67,7 +67,7 @@
#endif /* ACE_HAS_EXCEPTIONS */
#define ACE_DECLARE_NEW_CORBA_ENV \
- CORBA::Environment ACE_TRY_ENV;
+ CORBA::Environment ACE_TRY_ENV
#if defined (ACE_CORBA_HAS_EXCEPTIONS)
// -----------------------------------------------------------------