Navigation Menu

Skip to content

Commit

Permalink
add a missing space.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 14, 2011
1 parent cd50101 commit e46e3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.h
Expand Up @@ -162,7 +162,7 @@ class ha_mroonga: public handler
int read_range_next();

int ft_init();
FT_INFO *ft_init_ext(uint flags, uint inx,String *key);
FT_INFO *ft_init_ext(uint flags, uint inx, String *key);
int ft_read(uchar *buf);

const COND *cond_push(const COND *cond);
Expand Down

0 comments on commit e46e3f1

Please sign in to comment.