ui-out.c (default_ui_out_impl): Add comment.
authorDoug Evans <dje@google.com>
Mon, 17 Aug 2015 20:07:11 +0000 (13:07 -0700)
committerDoug Evans <dje@google.com>
Mon, 17 Aug 2015 20:07:11 +0000 (13:07 -0700)
gdb/ChangeLog:

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

gdb/ChangeLog
gdb/ui-out.c

index 080d90a..be2ed47 100644 (file)
@@ -1,3 +1,7 @@
+2015-08-17  Doug Evans  <dje@google.com>
+
+       * ui-out.c (default_ui_out_impl): Add comment.
+
 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * d-exp.y (type_aggregate_p): New function.
index a18fe2e..a87c1d3 100644 (file)
@@ -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.  */
 };