dthelpview: Main.c - Cleanup variable init

Signed-off-by: Robert Tomsick <robert@tomsick.net>
This commit is contained in:
Robert Tomsick
2012-08-08 22:42:16 -04:00
committed by Jon Trulson
parent 70e1c5a55a
commit 974053aab1

View File

@@ -181,7 +181,7 @@ static void GlobalInit()
pCacheListHead = NULL;
pCacheListTale = NULL;
totalCacheNodes = NULL;
totalCacheNodes = 0;
helpClass = XtNewString("Dthelpview");