Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 22, 2018
1 parent 73c149f commit c5d355c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mrb/mrb_locale_output.c
Expand Up @@ -51,7 +51,7 @@ mrb_grn_locale_output_write(mrb_state *mrb, mrb_value self)

mrb_get_args(mrb, "s", &utf8_message, &utf8_message_size);
locale_message =
grn_encoding_convert_to_utf8_from_locale(ctx,
grn_encoding_convert_to_locale_from_utf8(ctx,
utf8_message,
utf8_message_size,
&locale_message_size);
Expand Down

0 comments on commit c5d355c

Please sign in to comment.