diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/fmtmsg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/fmtmsg.c b/stdlib/fmtmsg.c index 224ccf133b..e0f4061cee 100644 --- a/stdlib/fmtmsg.c +++ b/stdlib/fmtmsg.c @@ -155,7 +155,6 @@ fmtmsg (long int classification, const char *label, int severity, int do_tag = (print & tag_mask) && tag != MM_NULLTAG; if (__fxprintf (stderr, "%s%s%s%s%s%s%s%s%s%s\n", - L"%s%s%s%s%s%s%s%s%s%s\n", do_label ? label : "", do_label && (do_severity | do_text | do_action | do_tag) ? ": " : "", |