[NeoStats-Devel] [Commits] r2519 - trunk/src [email protected] Sat, 16 Apr 2005 09:01:15 +1000 Newsgroups gmane.comp.neostats.devel Message-ID <[email protected]> Author: Mark Date: Sat Apr 16 07:01:12 2005 New Revision: 2519 Modified: trunk/src/ircd.c Log: fix table end marker Modified: trunk/src/ircd.c ============================================================================== --- trunk/src/ircd.c (original) +++ trunk/src/ircd.c Sat Apr 16 07:01:12 2005 @@ -147,7 +147,7 @@ { {( void * )&irc_send_join, &MSG_JOIN, "MSG_JOIN", &TOK_JOIN, "TOK_JOIN", _send_join, 0 }, {( void * )&irc_send_part, &MSG_PART, "MSG_PART", &TOK_PART, "TOK_PART", _send_part, 0 }, - NULL, NULL, + {NULL, NULL, NULL, NULL, NULL, NULL, 0}, }; protocol_entry protocol_list[] =