Navigation Menu

Skip to content

Commit

Permalink
add missing ';'.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 18, 2011
1 parent 855f318 commit 77948ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.h
Expand Up @@ -168,7 +168,7 @@ class ha_mroonga: public handler
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);

Expand Down

0 comments on commit 77948ea

Please sign in to comment.