summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-22 02:47:05 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-22 02:47:05 +0000
commitfd922458241c49e9000133a9279f6f5f2f7af853 (patch)
treed5b812c4d2206285c3543da1a7f6c351cd505b73 /include
parent9fbf55ef4039ca8044b07d75b513158460d401f6 (diff)
downloadruby-fd922458241c49e9000133a9279f6f5f2f7af853.tar.gz
ruby-fd922458241c49e9000133a9279f6f5f2f7af853.tar.xz
ruby-fd922458241c49e9000133a9279f6f5f2f7af853.zip
* 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
Diffstat (limited to 'include')
-rw-r--r--include/ruby/encoding.h2
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;