File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1279,14 +1279,14 @@ component: removable cpuonly split "COMPONENT" instname '=' instref
12791279 fprintf (stderr, " %s" ,line);
12801280 }
12811281 list_iterate_end (liter);
1282- fprintf (stderr, " \n %%}\n " );
1282+ fprintf (stderr, " %%}\n " );
12831283 fprintf (stderr, " \n will be been overwritten by:\n " );
12841284 fprintf (stderr, " \n EXTEND %%{\n " );
12851285 while ((line2 = list_next(liter2))) {
12861286 fprintf (stderr, " %s" ,line2);
12871287 }
12881288 list_iterate_end (liter2);
1289- fprintf (stderr, " \n %%}\n -----------------------------------------------------------\n " );
1289+ fprintf (stderr, " %%}\n -----------------------------------------------------------\n " );
12901290 }
12911291 comp->extend= $13 ; /* EXTEND block*/
12921292 }
You can’t perform that action at this time.
0 commit comments