From e7826da33d884c21bd1a036e71fe1002fae76ce4 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Sat, 19 Dec 2015 07:28:41 +0400 Subject: Fix ARI warning in gdb/arch/arm-get-next-pcs.c gdb/ChangeLog: * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Remove trailing newline at end of error message. --- gdb/arch/arm-get-next-pcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/arch') diff --git a/gdb/arch/arm-get-next-pcs.c b/gdb/arch/arm-get-next-pcs.c index 59ea228..de578b5 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; } } -- cgit v1.1