mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 08:50:27 +08:00
error.c (gfc_diagnostic_build_prefix): Correct coloring of the colon of the prefix.
2014-11-23 Tobias Burnus <burnus@net-b.de> * error.c (gfc_diagnostic_build_prefix): Correct coloring of the colon of the prefix. From-SVN: r217986
This commit is contained in:
parent
16db2a6aa7
commit
bc1b9ef151
@ -1,3 +1,8 @@
|
||||
2014-11-23 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* error.c (gfc_diagnostic_build_prefix): Correct coloring
|
||||
of the colon of the prefix.
|
||||
|
||||
2014-11-23 Tobias Burnus <burnus@net-b.de>
|
||||
Manuel López-Ibáñez <manu@gcc.gnu.org>
|
||||
|
||||
|
@ -1021,7 +1021,7 @@ gfc_diagnostic_build_prefix (diagnostic_context *context,
|
||||
diagnostic_kind_color[diagnostic->kind]);
|
||||
text_ce = colorize_stop (pp_show_color (pp));
|
||||
}
|
||||
return build_message_string ("%s%s%s: ", text_cs, text, text_ce);
|
||||
return build_message_string ("%s%s:%s ", text_cs, text, text_ce);
|
||||
}
|
||||
|
||||
/* Return a malloc'd string describing a location. The caller is
|
||||
|
Loading…
x
Reference in New Issue
Block a user