Fix use of 'printf' in gdbtypes.c
authorTom Tromey <tromey@adacore.com>
Mon, 3 Jan 2022 18:04:01 +0000 (11:04 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 3 Jan 2022 18:04:01 +0000 (11:04 -0700)
commit23bb7876f0d69a6f7c0356d7e557774b829a93dc
tree63ef1719a2816a68473c0033cf969709897f1a44
parentb896e87d76ec68cc62487a56fbd9091d940f6cde
Fix use of 'printf' in gdbtypes.c

An earlier patch of mine, commit 64b7cc50 ("Remove
gdb_print_host_address") inadvertently changed a function in
gdbtypes.c to use printf rather than printf_filtered.  This patch
fixes the problem.
gdb/gdbtypes.c