diff options
Diffstat (limited to 'gdb/maint-test-settings.c')
-rw-r--r-- | gdb/maint-test-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/maint-test-settings.c b/gdb/maint-test-settings.c index 5607b92..fbcce9d 100644 --- a/gdb/maint-test-settings.c +++ b/gdb/maint-test-settings.c @@ -75,7 +75,7 @@ maintenance_show_test_settings_value_cmd (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) { - fprintf_filtered (file, (("%s\n")), value); + gdb_printf (file, (("%s\n")), value); } |