summaryrefslogtreecommitdiff
path: root/xtrapstats.c
diff options
context:
space:
mode:
Diffstat (limited to 'xtrapstats.c')
-rw-r--r--xtrapstats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtrapstats.c b/xtrapstats.c
index 171c9ac..90efbb6 100644
--- a/xtrapstats.c
+++ b/xtrapstats.c
@@ -81,7 +81,7 @@ main(int argc, char *argv[])
XSynchronize(dpy, True);
#endif
printf("Display: %s \n", DisplayString(dpy));
- if ((tc = XECreateTC(dpy,0L, NULL)) == False)
+ if ((tc = XECreateTC(dpy,0L, NULL)) == NULL)
{
fprintf(stderr,"%s: could not initialize extension\n",argv[0]);
exit(1L);