m_close: remove dangling return [ci skip]

This commit is contained in:
Elizabeth Myers 2016-03-09 01:44:45 -06:00
parent b8b72cbdf1
commit 05b77c613f
1 changed files with 0 additions and 1 deletions

View File

@ -68,5 +68,4 @@ mo_close(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source
}
sendto_one(source_p, form_str(RPL_CLOSEEND), me.name, source_p->name, closed);
return;
}