Author: Ghostwolf <foxxe@wtfs.net>
[ircu2.10.12-pk.git] / include / map.h
index da772ab93b722a9e6ca681c305a5a13d620db89a..08db3e34aa97ff8690550c680df9c809f49e6d94 100644 (file)
@@ -39,7 +39,7 @@ struct Map {
   char name[HOSTLEN+1];
   struct Map *next;
   struct Map *prev;
-}
+};
 
 extern void map_update(struct Client *server);
 extern void map_dump_head_in_sand(struct Client *cptr);