diff options
Diffstat (limited to 'gdb/c-valprint.c')
-rw-r--r-- | gdb/c-valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c index 7213cf3..0c23c7e 100644 --- a/gdb/c-valprint.c +++ b/gdb/c-valprint.c @@ -404,7 +404,7 @@ c_val_print (struct type *type, const gdb_byte *valaddr, } /* Fall through. */ case TYPE_CODE_STRUCT: - /*FIXME: Abstract this away */ + /*FIXME: Abstract this away. */ if (options->vtblprint && cp_is_vtbl_ptr_type (type)) { /* Print the unmangled name if desired. */ |