remove LAST in comment too; it's a bit pointless
This commit is contained in:
parent
310f88cfb1
commit
b2ee72e448
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct Message
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
|
|
||||||
/* handlers:
|
/* handlers:
|
||||||
* UNREGISTERED, CLIENT, RCLIENT, SERVER, ENCAP, OPER, LAST
|
* UNREGISTERED, CLIENT, RCLIENT, SERVER, ENCAP, OPER
|
||||||
*/
|
*/
|
||||||
struct MessageEntry handlers[LAST_HANDLER_TYPE];
|
struct MessageEntry handlers[LAST_HANDLER_TYPE];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue