fixincl.c (fix_with_system): Fixed typo.
authorKai Tietz <ktietz@gcc.gnu.org>
Sat, 26 Apr 2008 00:06:28 +0000 (02:06 +0200)
committerKai Tietz <ktietz@gcc.gnu.org>
Sat, 26 Apr 2008 00:06:28 +0000 (02:06 +0200)
2008-04-25  Kai Tietz  <kai.tietz@onevision.com>

* fixincl.c (fix_with_system): Fixed typo.

From-SVN: r134684

fixincludes/fixincl.c

index 39b389d6775c969cb22146255c2e24749485ef58..489f1457ebc81e97ee2ff87073a606bd46199085 100644 (file)
@@ -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: */