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