From bcac59d81b63c352a9073104e7e63838e117a877 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 11 Aug 2005 17:33:43 +0000 Subject: silence various warnings --- src/cmd/auth/factotum/conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/auth/factotum/conv.c') diff --git a/src/cmd/auth/factotum/conv.c b/src/cmd/auth/factotum/conv.c index a39abff5..cd9d5045 100644 --- a/src/cmd/auth/factotum/conv.c +++ b/src/cmd/auth/factotum/conv.c @@ -105,7 +105,7 @@ convgetrpc(Conv *c, int want) return &c->rpc; rpcrespond(c, "phase in state '%s' want '%s'", c->state, rpcname[want]); } - return nil; /* not reached */ + /* not reached */ } /* read until the done function tells us that's enough */ -- cgit v1.2.3