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

gdb/ChangeLog:

	* ui-out.c (default_ui_out_impl): Add comment.
This commit is contained in:
Doug Evans
2015-08-17 13:07:11 -07:00
parent 7f3706ebfe
commit 71b57e37fe
2 changed files with 5 additions and 1 deletions

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