From 71b57e37fe94bbc17f57f8f9ca5e9c5400cedd6b Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 17 Aug 2015 13:07:11 -0700 Subject: ui-out.c (default_ui_out_impl): Add comment. gdb/ChangeLog: * ui-out.c (default_ui_out_impl): Add comment. --- gdb/ui-out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/ui-out.c') diff --git a/gdb/ui-out.c b/gdb/ui-out.c index a18fe2e..a87c1d3 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -213,7 +213,7 @@ const struct ui_out_impl default_ui_out_impl = default_message, default_wrap_hint, default_flush, - NULL, + NULL, /* redirect */ default_data_destroy, 0, /* Does not need MI hacks. */ }; -- cgit v1.1