summaryrefslogtreecommitdiff
path: root/do_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'do_text.c')
-rw-r--r--do_text.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/do_text.c b/do_text.c
index 84763b2..8f4fd74 100644
--- a/do_text.c
+++ b/do_text.c
@@ -444,8 +444,8 @@ InitAAText(XParms xp, Parms p, int reps)
printf ("Cannot allocate black\n");
XftFontClose (xp->d, aafont);
XftDrawDestroy (aadraw);
- aafont = 0;
- aadraw = 0;
+ aafont = NULL;
+ aadraw = NULL;
return 0;
}