Skip to content

Commit

Permalink
kytea: remove a trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 9, 2012
1 parent 8f19aa0 commit 1d89040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tokenizers/kytea.cpp
Expand Up @@ -242,7 +242,7 @@ grn_obj *grn_kytea_next(grn_ctx *ctx, int num_args, grn_obj **args,
token.c_str(), token.length(), status);
} else {
grn_tokenizer_token_push(ctx, &tokenizer->token, "", 0, status);
}
}
return NULL;
}

Expand Down

0 comments on commit 1d89040

Please sign in to comment.