diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2022-04-03 09:54:41 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2022-04-03 09:54:58 -0400 |
commit | 6e348286d89738a7093602faba74ffe7e16eb926 (patch) | |
tree | 29cd6eb5772fb9c1385f6676166b5db1af85060d /gdb/top.c | |
parent | 9751574e09a4d66b569b019e8b1d87eba1ce3288 (diff) | |
download | gdb-6e348286d89738a7093602faba74ffe7e16eb926.zip gdb-6e348286d89738a7093602faba74ffe7e16eb926.tar.gz gdb-6e348286d89738a7093602faba74ffe7e16eb926.tar.bz2 |
gdb: fix gdb_print -> gdb_printf typo
This caused a build failure with !CXX_STD_THREAD.
Change-Id: I30f0c89c43a76f85c0db34809192644fa64a9d18
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1629,7 +1629,7 @@ This GDB was configured as follows:\n\ --enable-threading\n\ ")); #else - gdb_print (stream, _("\ + gdb_printf (stream, _("\ --disable-threading\n\ ")); #endif |