summaryrefslogtreecommitdiff
path: root/gcc/diagnostic.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-06 01:46:50 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-06 01:46:50 +0000
commita9cff2c90fcb1cbdaa9bf68ba21abdf8798c6f76 (patch)
tree481ceb0072c23326689ab4767ab74d9f15d86a9d /gcc/diagnostic.c
parent8b3bea94de3993a42243591db123fbd6f16e1096 (diff)
downloadgcc-a9cff2c90fcb1cbdaa9bf68ba21abdf8798c6f76.tar.gz
* diagnostic.c (output_format): Add missing break.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36739 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.c')
-rw-r--r--gcc/diagnostic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c
index 3884edd34dd..55f5dd3aa19 100644
--- a/gcc/diagnostic.c
+++ b/gcc/diagnostic.c
@@ -744,6 +744,7 @@ output_format (buffer)
output_unsigned_decimal
(buffer, va_arg (output_buffer_format_args (buffer),
unsigned int));
+ break;
case 'x':
if (long_integer)