diff options
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/encoding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index f2f7ba19b..2c7f105ec 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -203,7 +203,7 @@ typedef enum { econv_source_buffer_empty, econv_finished, econv_after_output, - econv_incomplete_input, + econv_incomplete_input } rb_econv_result_t; typedef struct rb_econv_t rb_econv_t; |
