From: Kai Tietz Date: Sat, 26 Apr 2008 00:06:28 +0000 (+0200) Subject: fixincl.c (fix_with_system): Fixed typo. X-Git-Tag: releases/gcc-4.4.0~5251 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4a1808cf11af71ab4e432e1f43e575d67a1bcbd;p=thirdparty%2Fgcc.git fixincl.c (fix_with_system): Fixed typo. 2008-04-25 Kai Tietz * fixincl.c (fix_with_system): Fixed typo. From-SVN: r134684 --- diff --git a/fixincludes/fixincl.c b/fixincludes/fixincl.c index 39b389d6775c..489f1457ebc8 100644 --- a/fixincludes/fixincl.c +++ b/fixincludes/fixincl.c @@ -829,7 +829,7 @@ fix_with_system (tFixDesc* p_fixd, /* * Now add the fix number and file names that may be needed */ - sprintf (pz_scan, " %ld '%s' '%s' (long) (p_fixd - fixDescList), + sprintf (pz_scan, " %ld '%s' '%s'", (long) (p_fixd - fixDescList), pz_fix_file, pz_file_source, pz_temp_file); } else /* NOT an "internal" fix: */