From 974053aab18a0771602fef80673d0dcbf9de3653 Mon Sep 17 00:00:00 2001 From: Robert Tomsick Date: Wed, 8 Aug 2012 22:42:16 -0400 Subject: [PATCH] dthelpview: Main.c - Cleanup variable init Signed-off-by: Robert Tomsick --- cde/programs/dthelp/dthelpview/Main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dthelp/dthelpview/Main.c b/cde/programs/dthelp/dthelpview/Main.c index d61c12a4..c82e2adf 100644 --- a/cde/programs/dthelp/dthelpview/Main.c +++ b/cde/programs/dthelp/dthelpview/Main.c @@ -181,7 +181,7 @@ static void GlobalInit() pCacheListHead = NULL; pCacheListTale = NULL; - totalCacheNodes = NULL; + totalCacheNodes = 0; helpClass = XtNewString("Dthelpview"); -- 2.25.1