ui-out.c (default_ui_out_impl): Add comment.

Message ID 047d7b86f53cd291b0051d875ddd@google.com
State New, archived
Headers

Commit Message

Doug Evans Aug. 17, 2015, 8:08 p.m. UTC
  Hi.

fyi, I committed this.

2015-08-17  Doug Evans  <dje@google.com>

	* ui-out.c (default_ui_out_impl): Add comment.
  

Patch

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.  */
  };