diff options
author | Niclas Eklund <[email protected]> | 2010-09-23 11:04:44 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2010-09-23 11:04:44 +0200 |
commit | 02d774d80e6f85e665b4f28b78f5e307d46e2b0d (patch) | |
tree | 7d36e2aa62e171374d79f1b600ae65f59c0f7aff /lib/cosNotification | |
parent | 5159131a83573e7c99615cd37417365649006601 (diff) | |
download | otp-02d774d80e6f85e665b4f28b78f5e307d46e2b0d.tar.gz otp-02d774d80e6f85e665b4f28b78f5e307d46e2b0d.tar.bz2 otp-02d774d80e6f85e665b4f28b78f5e307d46e2b0d.zip |
Added missing bracket.
Diffstat (limited to 'lib/cosNotification')
-rw-r--r-- | lib/cosNotification/src/CosNotification_Definitions.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cosNotification/src/CosNotification_Definitions.hrl b/lib/cosNotification/src/CosNotification_Definitions.hrl index 755b07cd5d..9f4989838a 100644 --- a/lib/cosNotification/src/CosNotification_Definitions.hrl +++ b/lib/cosNotification/src/CosNotification_Definitions.hrl @@ -2,7 +2,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2009. All Rights Reserved. +%% Copyright Ericsson AB 1999-2010. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -162,7 +162,7 @@ low_val=any:create(orber_tc:long(), ?not_MinConsumerEvents), high_val=any:create(orber_tc:long(), ?not_MaxConsumerEvents) }} -]. +]). |