diff options
author | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 02:28:43 +0000 |
---|---|---|
committer | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-01 02:28:43 +0000 |
commit | 5929001aaf6b871d946cd42f2e78427b3a766325 (patch) | |
tree | 6496ff51752066c862a5e55102eb82d5d6a55b19 /gcc/java/check-init.c | |
parent | d9fbafcd90974f9e0170f87dfaab05d4061b5fe5 (diff) | |
download | gcc-5929001aaf6b871d946cd42f2e78427b3a766325.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/check-init.c')
-rw-r--r-- | gcc/java/check-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/check-init.c b/gcc/java/check-init.c index 05e3aa31ae6..0e340dd8541 100644 --- a/gcc/java/check-init.c +++ b/gcc/java/check-init.c @@ -537,7 +537,7 @@ check_init (exp, before) #endif check_init (TREE_OPERAND (exp, 0), before); UNION (alt->combined, alt->combined, before); - check_init (TREE_OPERAND (exp, 2), alt->combined); + check_init (TREE_OPERAND (exp, 1), alt->combined); return; } |