[NeoStats-Devel] [Commits] r2519 - trunk/src

[email protected]
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[] =
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.