1
0
Fork 0
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:
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");