remove LAST in comment too; it's a bit pointless

This commit is contained in:
jesopo 2020-04-19 13:05:01 +01:00
parent 310f88cfb1
commit b2ee72e448
1 changed files with 1 additions and 1 deletions

View File

@ -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];
}; };