diff --git a/include/msg.h b/include/msg.h index 68c3d40d..4039d97d 100644 --- a/include/msg.h +++ b/include/msg.h @@ -67,7 +67,7 @@ struct Message unsigned int flags; /* handlers: - * UNREGISTERED, CLIENT, RCLIENT, SERVER, ENCAP, OPER, LAST + * UNREGISTERED, CLIENT, RCLIENT, SERVER, ENCAP, OPER */ struct MessageEntry handlers[LAST_HANDLER_TYPE]; };