From 7da82429fcc9d156633858b5e4c5991e0919fd19 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 25 Feb 2003 20:35:32 -0700 Subject: [PATCH] Fix return type in new test. From-SVN: r63447 --- 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 54e7c2095c40..6832dc81e470 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.47.2