debug tidying
[exim.git] / src / src / child.c
index ba7e899d2b229993c26f8d0aadd973f24aab9786..5e4b978cd2210155a5d59b9f008743e769e6e0ca 100644 (file)
@@ -145,7 +145,7 @@ if (acount > 0)
 argv[n] = NULL;
 if (exec_type == CEE_RETURN_ARGV)
   {
-  if (pcount != NULL) *pcount = n;
+  if (pcount) *pcount = n;
   return argv;
   }