summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r--TAO/tao/Invocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h
index 9a0669d65b5..dc67970042b 100644
--- a/TAO/tao/Invocation.h
+++ b/TAO/tao/Invocation.h
@@ -52,7 +52,7 @@ enum TAO_Invoke_Status
TAO_INVOKE_RESTART,
// The request must be restarted, a temporary failure has ocurred.
- TAO_INVOKE_EXCEPTION,
+ TAO_INVOKE_EXCEPTION
// An exception was raised.
};