aboutsummaryrefslogtreecommitdiff
path: root/gdb/dfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/dfp.c')
-rw-r--r--gdb/dfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dfp.c b/gdb/dfp.c
index 41edae9..0ca1ed3 100644
--- a/gdb/dfp.c
+++ b/gdb/dfp.c
@@ -134,7 +134,7 @@ decimal_to_number (const gdb_byte *from, int len, decNumber *to)
decimal128ToNumber ((decimal128 *) from, to);
break;
default:
- error (_("Unknown decimal floating point type.\n"));
+ error (_("Unknown decimal floating point type."));
break;
}
}