summaryrefslogtreecommitdiff
path: root/gdb/arch
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch')
-rw-r--r--gdb/arch/arm-get-next-pcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch/arm-get-next-pcs.c b/gdb/arch/arm-get-next-pcs.c
index 59ea2281ff..de578b52dd 100644
--- a/gdb/arch/arm-get-next-pcs.c
+++ b/gdb/arch/arm-get-next-pcs.c
@@ -916,7 +916,7 @@ arm_get_next_pcs_raw (struct arm_get_next_pcs *self,
break;
default:
- error (_("Bad bit-field extraction\n"));
+ error (_("Bad bit-field extraction"));
return next_pcs;
}
}