summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Exception.h')
-rw-r--r--TAO/tao/Exception.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index 84a1be86263..3e20fd0b4e5 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -171,8 +171,7 @@ namespace CORBA
* ACE_NEW_RETURN (
* result,
* SomeException (*this),
- * 0
- * );
+ * 0);
* return result;
* }
* };