From 4e286021d730168516bbfb8c3ad38d935f28f414 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 9 Aug 2008 18:50:12 +0000 Subject: Unbreak compile.. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10131 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/ctables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ctables.h b/include/ctables.h index f744d6340..2a0ce834b 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -30,7 +30,7 @@ enum TranslateType TR_NICK, /* Nickname, translate to UUID for server->server */ TR_NICKLIST, /* Comma seperated nickname list, translate to UUIDs */ TR_SPACENICKLIST, /* Space seperated nickname list, translate to UUIDs */ - TR_CUSTOM, /* Custom translation handled by EncodeParameter/DecodeParameter */ + TR_CUSTOM /* Custom translation handled by EncodeParameter/DecodeParameter */ }; /** For commands which should not be replicated to other -- cgit v1.2.3