Navigation Menu

Skip to content

Commit

Permalink
windows tokenizer mecab: remove garbage "="...
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2015
1 parent 59a2bac commit f0ff26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tokenizers/mecab.c
Expand Up @@ -299,7 +299,7 @@ mecab_create(grn_ctx *ctx)
char *c;
for (c = windows_mecab_rc_file; *c != '\0'; c++) {
if (*c == '/') {
*c == '\\';
*c = '\\';
}
}
}
Expand Down

0 comments on commit f0ff26a

Please sign in to comment.