diff options
Diffstat (limited to 'gdb/command.c')
-rw-r--r-- | gdb/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.c b/gdb/command.c index 43f2a7e..d753d77 100644 --- a/gdb/command.c +++ b/gdb/command.c @@ -1723,7 +1723,7 @@ do_setshow_command (arg, from_tty, c) int quote; stb = ui_out_stream_new (uiout); - old_chain = make_cleanup ((make_cleanup_func) ui_out_stream_delete, stb); + old_chain = make_cleanup_ui_out_stream_delete (stb); #endif /* UI_OUT */ /* Print doc minus "show" at start. */ |