[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] add missing '; '.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:34:06 JST 2012


Kouhei Sutou	2011-06-18 20:36:22 +0900 (Sat, 18 Jun 2011)

  New Revision: 77948ea22bd32eb2fa9377e71e6a12982c8ac926
  https://github.com/mroonga/mroonga/commit/77948ea22bd32eb2fa9377e71e6a12982c8ac926

  Log:
    add missing ';'.

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+1 -1)
===================================================================
--- ha_mroonga.h    2011-06-18 20:33:53 +0900 (0a46fa2)
+++ ha_mroonga.h    2011-06-18 20:36:22 +0900 (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);
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index