From cbf66716da4528ad072b93c6666c4ed312a0e696 Mon Sep 17 00:00:00 2001 From: pmf Date: Tue, 6 May 2008 20:42:00 +0000 Subject: [PATCH] fix mistake in last commit git-svn-id: http://ltt.polymtl.ca/svn@2892 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/text/textDump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/modules/text/textDump.c b/ltt/branches/poly/lttv/modules/text/textDump.c index 4cbbb7bb..4fcd5b5c 100644 --- a/ltt/branches/poly/lttv/modules/text/textDump.c +++ b/ltt/branches/poly/lttv/modules/text/textDump.c @@ -453,7 +453,7 @@ static void destroy() lttv_hooks_remove_data(before_traceset, write_traceset_header, NULL); - lttv_hooks_remove_data(after_tracecet, write_traceset_footer, NULL); + lttv_hooks_remove_data(after_traceset, write_traceset_footer, NULL); } -- 2.34.1