From: Jakub Jelinek Date: Sun, 28 Apr 2002 19:48:10 +0000 (+0200) Subject: Argh, lost closing brace. X-Git-Tag: releases/gcc-3.3.0~5432 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=090c9915d763aadcafd1f418f8abc34da9855fa5;p=thirdparty%2Fgcc.git Argh, lost closing brace. From-SVN: r52856 --- diff --git a/gcc/testsuite/gcc.dg/20020426-2.c b/gcc/testsuite/gcc.dg/20020426-2.c index 8ac170986e11..a0f7f69fcbd5 100644 --- a/gcc/testsuite/gcc.dg/20020426-2.c +++ b/gcc/testsuite/gcc.dg/20020426-2.c @@ -171,3 +171,4 @@ main (void) A *e = 0; foo (a, 19, 19, 0, 0, &e, &b, h, &c, d); exit (0); +}