summaryrefslogtreecommitdiff
path: root/ext/mbstring/libmbfl/tests/sample.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/libmbfl/tests/sample.c')
-rw-r--r--ext/mbstring/libmbfl/tests/sample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/libmbfl/tests/sample.c b/ext/mbstring/libmbfl/tests/sample.c
index d96196495f..02d1b0528a 100644
--- a/ext/mbstring/libmbfl/tests/sample.c
+++ b/ext/mbstring/libmbfl/tests/sample.c
@@ -31,7 +31,7 @@ int main()
convd = mbfl_buffer_converter_new(from_encoding, to_encoding, 0);
ret = mbfl_buffer_converter_feed_result(convd, &string, &result);
- mbfl_buffer_converter_delete(convd);
+ mbfl_buffer_converter_delete(convd);
puts(ret->val);
return 1;