src/chmode.c: misc cleanup for compiler warning

chmode.c:782:3: warning: 'break' will never be executed
                [-Wunreachable-code-break]
This commit is contained in:
Aaron Jones 2017-07-31 04:30:56 +00:00
parent ef14b780b4
commit 9c7e29bf66
No known key found for this signature in database
GPG key ID: 8AF0737488AB3012

View file

@ -779,7 +779,6 @@ chm_ban(struct Client *source_p, struct Channel *chptr,
default:
sendto_realops_snomask(SNO_GENERAL, L_ALL, "chm_ban() called with unknown type!");
return;
break;
}
if(dir == 0 || parc <= *parn)