pull-prototypes-to-head-20020821
[openafs.git] / src / gtx / objdict.c
index 12d7bf4..f46fbe1 100644 (file)
@@ -174,6 +174,6 @@ struct onode *gator_objdict_lookup(nametofind)
     /*
      * Finally, return the good news.
      */
-    return((struct onode *)0);
+    return(NULL);
 
 } /*gator_objdict_lookup*/