diff options
Diffstat (limited to 'ld/ldlex.l')
-rw-r--r-- | ld/ldlex.l | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -729,5 +729,5 @@ lex_warn_invalid (char *where, char *what) what = buf; } - einfo (_("%P:%S: ignoring invalid character `%s'%s\n"), NULL, what, where); + einfo (_("%P:%pS: ignoring invalid character `%s'%s\n"), NULL, what, where); } |