diff options
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r-- | gdb/annotate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/annotate.c b/gdb/annotate.c index 0a4e2f2..2895b2b 100644 --- a/gdb/annotate.c +++ b/gdb/annotate.c @@ -238,8 +238,8 @@ annotate_thread_exited (struct thread_info *t, int silent) if (annotation_level > 1) { printf_filtered(("\n\032\032thread-exited," - "id=\"%d\",group-id=\"i%d\"\n"), - t->global_num, t->inf->num); + "id=\"%d\",group-id=\"i%d\"\n"), + t->global_num, t->inf->num); } } |