Commit a543958e authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Nit: mark exit point.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1470 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d38a95d7
...@@ -199,5 +199,5 @@ main(int argc, char **argv) ...@@ -199,5 +199,5 @@ main(int argc, char **argv)
TAILQ_INSERT_BEFORE(tp, tp2, list); TAILQ_INSERT_BEFORE(tp, tp2, list);
} }
} }
return (0); exit(0);
} }
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