pull-prototypes-to-head-20020821
[openafs.git] / src / ftpd43+ / getusershell.c
index f89e2ee..d70afb7 100644 (file)
@@ -108,7 +108,7 @@ initshells()
                        cp++;
                *cp++ = '\0';
        }
-       *sp = (char *)0;
+       *sp = NULL;
        (void)fclose(fp);
        return (shells);
 }