pull-prototypes-to-head-20020821
[openafs.git] / src / gtx / screen_test.c
index 98cab31..555ebf6 100644 (file)
@@ -131,7 +131,7 @@ static int test_this_package(pkg)
     c_crparams.box_vertchar  = '|';
     c_crparams.box_horizchar = '-';
     newwin = WOP_CREATE(&c_crparams);
-    if (newwin == (struct gwin *)0) {
+    if (newwin == NULL) {
        fprintf(stderr, "[%s:%s] Can't create a new window\n", pn, rn);
     }
     else