From adade86813e4837f5b4895f8b15cf71a4b75155b Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 20 May 1996 11:00:02 -0700 Subject: [PATCH] (output_file_start): Delete misplaced semicolon. From-SVN: r12061 --- gcc/config/sh/sh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 56fe7543eb59..3bad072d6124 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; -- 2.43.5