From fd922458241c49e9000133a9279f6f5f2f7af853 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 22 Sep 2008 02:47:05 +0000 Subject: * include/ruby/encoding.h (enum): ISO C forbids comma at end of enumerator list git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/encoding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit