From: Robert Tomsick Date: Thu, 9 Aug 2012 02:42:16 +0000 (-0400) Subject: dthelpview: Main.c - Cleanup variable init X-Git-Tag: 2.2.0b~83^2~63 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=974053aab18a0771602fef80673d0dcbf9de3653;p=oweals%2Fcde.git dthelpview: Main.c - Cleanup variable init Signed-off-by: Robert Tomsick --- 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");