X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdfp.c;h=0ca1ed3c4a84b311ae0b538ee0af550da1a0eecc;hb=b37520b6265d8479f34d8ffa36ec1c88d4360734;hp=41edae979ec48123eb516f343eccec33af20e7cd;hpb=b08ee6a2eea46111d762692dc45fbe0194f51c2c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/dfp.c b/gdb/dfp.c index 41edae979e..0ca1ed3c4a 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; } }