Commit 870b74ed authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Lasse Karstensen

Polish

parent abc099de
......@@ -199,7 +199,7 @@ VFP_Push(struct vfp_ctx *vc, const struct vfp *vfp, int top)
vfe = WS_Alloc(vc->http->ws, sizeof *vfe);
if (vfe == NULL)
return NULL;
return (NULL);
INIT_OBJ(vfe, VFP_ENTRY_MAGIC);
vfe->vfp = vfp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment