diff options
Diffstat (limited to 'gcc/toplev.c')
| -rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 24e3f6a5183..6ce6ecdbd04 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1700,7 +1700,7 @@ static void crash_signal (signo) int signo; { - internal_error ("internal error: %s", strsignal (signo)); + internal_error ("%s", strsignal (signo)); } /* Strip off a legitimate source ending from the input string NAME of |

