It'd take the world's longest tape measure to gauge the length of my fail.

-- JD, March 31, 2010
This commit is contained in:
JD Horelick 2010-03-31 01:47:24 -04:00
parent 1d59ea37bb
commit b4db7c8695
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ struct Message sjoin_msgtab = {
{mg_unreg, mg_ignore, mg_ignore, {ms_sjoin, 4}, mg_ignore, mg_ignore}
};
mapi_clist_av1 join_clist[] = { &join_msgtab, &sjoin_msgtab, NULL };
mapi_clist_av1 join_clist[] = { &join_msgtab, &svsjoin_msgtab, &sjoin_msgtab, NULL };
DECLARE_MODULE_AV1(join, NULL, NULL, join_clist, NULL, NULL, "$Revision: 3494 $");