From 7f29627378f72965a01280545bdbc00f7b5c114b Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Thu, 3 Sep 2009 10:29:57 +0000 Subject: [PATCH] Fix inconsistent closing of an tag (Ashley Pittman). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10881 --- helgrind/hg_errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helgrind/hg_errors.c b/helgrind/hg_errors.c index f5649bc245..981f4bf9ec 100644 --- a/helgrind/hg_errors.c +++ b/helgrind/hg_errors.c @@ -591,7 +591,7 @@ static Bool announce_one_thread ( Thread* thr ) if (VG_(clo_xml)) { VG_(printf_xml)("\n"); - VG_(printf_xml)(" %d\n", thr->errmsg_index); + VG_(printf_xml)(" %d\n", thr->errmsg_index); if (thr->errmsg_index == 1) { tl_assert(thr->created_at == NULL); VG_(printf_xml)(" \n"); -- 2.47.2