fixed last commit
[NeonServV5.git] / ChanNode.h
index edf5f53c4653f09b8f005505ae3d165dac8cb932..71769f3e51976bcab62eba745150c4eb36c604ce 100644 (file)
@@ -4,7 +4,7 @@
 
 struct ChanUser;
 
-#define CHANFLAG_RECEIVED_USERLIST  0x01;
+#define CHANFLAG_RECEIVED_USERLIST  0x01
 
 struct ChanNode {
     char name[CHANNELLEN+1];