From 86d5c5789570dc47f96a496e4e23abd09ef03581 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 23 May 2007 12:13:53 +0000 Subject: [PATCH] Nit: mark exit point. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1470 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtop/varnishtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishtop/varnishtop.c b/varnish-cache/bin/varnishtop/varnishtop.c index f9ea9ba3..b470ddbe 100644 --- a/varnish-cache/bin/varnishtop/varnishtop.c +++ b/varnish-cache/bin/varnishtop/varnishtop.c @@ -199,5 +199,5 @@ main(int argc, char **argv) TAILQ_INSERT_BEFORE(tp, tp2, list); } } - return (0); + exit(0); } -- 2.39.5