Navigation Menu

Skip to content

Commit

Permalink
Add a missing ","
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2015
1 parent d884017 commit 712ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tokenizers/mecab.c
Expand Up @@ -307,7 +307,7 @@ mecab_create(grn_ctx *ctx)
#ifdef GRN_WITH_BUNDLED_MECAB
GRN_PLUGIN_ERROR(ctx, GRN_TOKENIZER_ERROR,
"[tokenizer][mecab] failed to create mecab_t: %s: "
"mecab_new(\"%s\", \"%s\", \"%s\", \"%s\")"
"mecab_new(\"%s\", \"%s\", \"%s\", \"%s\")",
mecab_global_error_message(),
argv[0], argv[1], argv[2], argv[3]);
#else /* GRN_WITH_BUNDLED_MECAB */
Expand Down

0 comments on commit 712ae3d

Please sign in to comment.