summaryrefslogtreecommitdiff
path: root/gcc/config/sh/sh.c
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1996-05-20 18:00:02 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1996-05-20 18:00:02 +0000
commit893047e321c57b90e837ca64ee44971a6236ff2f (patch)
treeab4e959a7e3ce1417a41b23766add5b943c3ce1f /gcc/config/sh/sh.c
parent80bda46801005054d082eb5e41113611855003c4 (diff)
downloadgcc-893047e321c57b90e837ca64ee44971a6236ff2f.tar.gz
(output_file_start): Delete misplaced semicolon.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12061 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh/sh.c')
-rw-r--r--gcc/config/sh/sh.c2
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;