diff options
-rw-r--r-- | gcc/config/sh/sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 56fe7543eb5..3bad072d612 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -632,7 +632,7 @@ output_branch (logic, insn, operands) /* Output to FILE the start of the assembler file. */ void -output_file_start (file); +output_file_start (file) FILE *file; { register int pos; |