summaryrefslogtreecommitdiff
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
commit260c0e6a2fd3abd90e825034b736e4719c1e8621 (patch)
treed5b812c4d2206285c3543da1a7f6c351cd505b73 /include
parenta5a92315a1dcaff2220f32e8e255c85de6f6567b (diff)
* include/ruby/encoding.h (enum): ISO C forbids comma at end of
enumerator list git-svn-id: svn+ssh://ci.ruby-lang.org/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 f2f7ba19b5..2c7f105ec3 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;