diff options
Diffstat (limited to 'do_text.c')
-rw-r--r-- | do_text.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |