]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/lists.c
Changed Numerics 265 and 266 to follow ircd 2.11.x "standards".
[ngircd-alex.git] / src / ngircd / lists.c
index 2ce880d63ecbc12446012c4b33829886b44001df..3caabbb374514faa710949e675e552360dbf37da 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: lists.c,v 1.18 2005/07/31 20:13:08 alex Exp $";
+static char UNUSED id[] = "$Id: lists.c,v 1.19 2006/08/12 11:56:24 fw Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -36,7 +36,7 @@ static char UNUSED id[] = "$Id: lists.c,v 1.18 2005/07/31 20:13:08 alex Exp $";
 #include "lists.h"
 
 
-#define MASK_LEN 2*CLIENT_HOST_LEN
+#define MASK_LEN       (2*CLIENT_HOST_LEN)
 
 
 typedef struct _C2C
@@ -106,7 +106,7 @@ Lists_IsInviteEntry( char *Mask, CHANNEL *Chan )
 {
        assert( Mask != NULL );
        assert( Chan != NULL );
-       
+
        return Already_Registered( My_Invites, Mask, Chan );
 } /* Lists_IsInviteEntry */