summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypupdated/yp_dbdelete.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.ypupdated/yp_dbdelete.c')
-rw-r--r--usr.sbin/rpc.ypupdated/yp_dbdelete.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.ypupdated/yp_dbdelete.c b/usr.sbin/rpc.ypupdated/yp_dbdelete.c
index f66b974..8a97b19 100644
--- a/usr.sbin/rpc.ypupdated/yp_dbdelete.c
+++ b/usr.sbin/rpc.ypupdated/yp_dbdelete.c
@@ -55,7 +55,7 @@ int yp_del_record(dbp,key)
int rval;
if ((rval = (dbp->del)(dbp,key,0))) {
- switch(rval) {
+ switch (rval) {
case 1:
return(YP_FALSE);
break;
OpenPOWER on IntegriCloud