* ada-valprint.c (ada_print_floating): Remove trailing space.
This commit is contained in:
parent
99e5bff2f9
commit
606b8d1a46
@ -1,3 +1,7 @@
|
||||
2010-01-12 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-valprint.c (ada_print_floating): Remove trailing space.
|
||||
|
||||
2010-01-12 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
Add support for DW_AT_GNAT_descriptive_type.
|
||||
|
@ -332,7 +332,7 @@ ada_print_floating (const gdb_byte *valaddr, struct type *type,
|
||||
len = strlen (result);
|
||||
|
||||
/* Modify for Ada rules. */
|
||||
|
||||
|
||||
s = strstr (result, "inf");
|
||||
if (s == NULL)
|
||||
s = strstr (result, "Inf");
|
||||
|
Loading…
Reference in New Issue
Block a user