dthelpview: Main.c - Cleanup variable init
Signed-off-by: Robert Tomsick <robert@tomsick.net>
This commit is contained in:
committed by
Jon Trulson
parent
70e1c5a55a
commit
974053aab1
@@ -181,7 +181,7 @@ static void GlobalInit()
|
||||
|
||||
pCacheListHead = NULL;
|
||||
pCacheListTale = NULL;
|
||||
totalCacheNodes = NULL;
|
||||
totalCacheNodes = 0;
|
||||
|
||||
helpClass = XtNewString("Dthelpview");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user