From: Julian Seward Date: Thu, 3 Sep 2009 10:29:57 +0000 (+0000) Subject: Fix inconsistent closing of an tag (Ashley Pittman). X-Git-Tag: svn/VALGRIND_3_6_0~517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f29627378f72965a01280545bdbc00f7b5c114b;p=thirdparty%2Fvalgrind.git Fix inconsistent closing of an tag (Ashley Pittman). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10881 --- 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");