aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ch/expr.c')
-rw-r--r--gcc/ch/expr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c
index e68f3a0..89ff573 100644
--- a/gcc/ch/expr.c
+++ b/gcc/ch/expr.c
@@ -211,8 +211,7 @@ chill_expand_case_expr (expr)
chill_handle_case_label (TREE_VALUE (label), selector);
labels = TREE_CHAIN (labels);
if (labels != NULL_TREE)
- error ("The number of CASE selectors does not match the number "
- "of CASE label lists");
+ error ("The number of CASE selectors does not match the number of CASE label lists");
}
}