diff options
author | Doug Evans <dje@google.com> | 2015-08-17 13:07:11 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-08-17 13:07:11 -0700 |
commit | 71b57e37fe94bbc17f57f8f9ca5e9c5400cedd6b (patch) | |
tree | 85ee9da4876c25e24142548d427bfddfd2298d55 /gdb/ui-out.c | |
parent | 7f3706ebfeb44e6b1f39f95fe44b7099a91c32c9 (diff) | |
download | gdb-71b57e37fe94bbc17f57f8f9ca5e9c5400cedd6b.zip gdb-71b57e37fe94bbc17f57f8f9ca5e9c5400cedd6b.tar.gz gdb-71b57e37fe94bbc17f57f8f9ca5e9c5400cedd6b.tar.bz2 |
ui-out.c (default_ui_out_impl): Add comment.
gdb/ChangeLog:
* ui-out.c (default_ui_out_impl): Add comment.
Diffstat (limited to 'gdb/ui-out.c')
-rw-r--r-- | gdb/ui-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ }; |