summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/ast/ast_root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/ast/ast_root.cpp')
-rw-r--r--TAO/TAO_IDL/ast/ast_root.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/ast/ast_root.cpp b/TAO/TAO_IDL/ast/ast_root.cpp
index 2325c2684cd..1cd6826c64d 100644
--- a/TAO/TAO_IDL/ast/ast_root.cpp
+++ b/TAO/TAO_IDL/ast/ast_root.cpp
@@ -230,7 +230,7 @@ AST_Root::destroy ()
if (d->node_type () == AST_Decl::NT_pre_defined)
{
- j = i + 1;
+ j = i;
break;
}