projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e1c5a
)
dthelpview: Main.c - Cleanup variable init
author
Robert Tomsick
<robert@tomsick.net>
Thu, 9 Aug 2012 02:42:16 +0000
(22:42 -0400)
committer
Jon Trulson
<jon@radscan.com>
Thu, 9 Aug 2012 17:33:25 +0000
(11:33 -0600)
Signed-off-by: Robert Tomsick <robert@tomsick.net>
cde/programs/dthelp/dthelpview/Main.c
patch
|
blob
|
history
diff --git
a/cde/programs/dthelp/dthelpview/Main.c
b/cde/programs/dthelp/dthelpview/Main.c
index d61c12a425e51eade3f0b410afdc7efed4b79512..c82e2adf41786fdd80b9604cec6d1a00076b28f9 100644
(file)
--- a/
cde/programs/dthelp/dthelpview/Main.c
+++ b/
cde/programs/dthelp/dthelpview/Main.c
@@
-181,7
+181,7
@@
static void GlobalInit()
pCacheListHead = NULL;
pCacheListTale = NULL;
- totalCacheNodes =
NULL
;
+ totalCacheNodes =
0
;
helpClass = XtNewString("Dthelpview");