diff options
Diffstat (limited to 'gdb/windows-tdep.c')
-rw-r--r-- | gdb/windows-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/windows-tdep.c b/gdb/windows-tdep.c index 197d7797d7f..49402d372a3 100644 --- a/gdb/windows-tdep.c +++ b/gdb/windows-tdep.c @@ -361,7 +361,7 @@ display_one_tib (ptid_t ptid) /* Display thread information block of the current thread. */ static void -display_tib (char * args, int from_tty) +display_tib (const char * args, int from_tty) { if (!ptid_equal (inferior_ptid, null_ptid)) display_one_tib (inferior_ptid); |