mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dthelpview: Main.c - Cleanup variable init
Signed-off-by: Robert Tomsick <robert@tomsick.net>
This commit is contained in:
parent
70e1c5a55a
commit
974053aab1
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ static void GlobalInit()
|
|||
|
||||
pCacheListHead = NULL;
|
||||
pCacheListTale = NULL;
|
||||
totalCacheNodes = NULL;
|
||||
totalCacheNodes = 0;
|
||||
|
||||
helpClass = XtNewString("Dthelpview");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue