summaryrefslogtreecommitdiff
path: root/xtrapinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'xtrapinfo.c')
-rw-r--r--xtrapinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtrapinfo.c b/xtrapinfo.c
index fa96389..129d104 100644
--- a/xtrapinfo.c
+++ b/xtrapinfo.c
@@ -74,7 +74,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);