null+****@clear*****
null+****@clear*****
2011年 6月 18日 (土) 20:36:22 JST
Kouhei Sutou 2011-06-18 11:36:22 +0000 (Sat, 18 Jun 2011) New Revision: 77948ea22bd32eb2fa9377e71e6a12982c8ac926 Log: add missing ';'. Modified files: ha_mroonga.h Modified: ha_mroonga.h (+1 -1) =================================================================== --- ha_mroonga.h 2011-06-18 11:33:53 +0000 (0a46fa2) +++ ha_mroonga.h 2011-06-18 11:36:22 +0000 (9c1fef4) @@ -168,7 +168,7 @@ public: int read_range_next(); int ft_init(); - void ft_end() + void ft_end(); FT_INFO *ft_init_ext(uint flags, uint inx, String *key); int ft_read(uchar *buf);