From bd9ad1258895cfe13fdc0910336a829ae5139f35 Mon Sep 17 00:00:00 2001 From: law Date: Wed, 26 Feb 2003 03:35:32 +0000 Subject: [PATCH] Fix return type in new test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63447 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.c-torture/compile/20030224-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.c-torture/compile/20030224-1.c b/gcc/testsuite/gcc.c-torture/compile/20030224-1.c index 54e7c2095c4..6832dc81e47 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20030224-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/20030224-1.c @@ -1,4 +1,4 @@ -int zzz (char *s1, char *s2, int len, int *q) +void zzz (char *s1, char *s2, int len, int *q) { int z = 5; unsigned int i, b; -- 2.11.4.GIT