*push*
[NeonServV5.git] / UserNode.h
index 229ac1b5fa04ea04d5a80b1c42d88e7992af8e73..a0e418f45a66448f3d628d242b4cf8135da17f6e 100644 (file)
@@ -14,7 +14,7 @@ struct UserNode {
     struct ChanUser *channel;
     
     struct UserNode *next;
-}
+};
 
 void init_UserNode();
 int is_valid_nick(const char *nick);