diff options
Diffstat (limited to 'opcodes/ia64-gen.c')
-rw-r--r-- | opcodes/ia64-gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ia64-gen.c b/opcodes/ia64-gen.c index 5c897a9..a68c54c 100644 --- a/opcodes/ia64-gen.c +++ b/opcodes/ia64-gen.c @@ -1552,7 +1552,7 @@ print_dependency_table () if (rdeps[i]->total_chks == 0) { if (rdeps[i]->total_regs) - warn (_("Warning: rsrc %s (%s) has no chks%\n"), + warn (_("Warning: rsrc %s (%s) has no chks\n"), rdeps[i]->name, mode_str[rdeps[i]->mode]); else warn (_("Warning: rsrc %s (%s) has no chks or regs\n"), |