summaryrefslogtreecommitdiff
path: root/src/Intrinsic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Intrinsic.c')
-rw-r--r--src/Intrinsic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Intrinsic.c b/src/Intrinsic.c
index a86884e..c3b6f5d 100644
--- a/src/Intrinsic.c
+++ b/src/Intrinsic.c
@@ -559,7 +559,7 @@ static Widget SearchChildren(
NameMatchProc matchproc,
int in_depth, int *out_depth, int *found_depth)
{
- Widget w1 = 0, w2;
+ Widget w1 = NULL, w2;
int d1, d2;
if (XtIsComposite(root)) {