about summary refs log tree commit homepage
path: root/ext/io_splice
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-03-12 16:21:01 -0800
committerEric Wong <normalperson@yhbt.net>2010-05-27 13:49:37 -0700
commit09ae46671a8829dbc2fba3ec8f2de9127e3c3315 (patch)
treec810bd8e0e7fc681aa17dc6a8ab876808335ec03 /ext/io_splice
parent33c1653ae4bf8f7a6d0963839b12b8633f876b56 (diff)
downloadruby_io_splice-09ae46671a8829dbc2fba3ec8f2de9127e3c3315.tar.gz
Diffstat (limited to 'ext/io_splice')
-rw-r--r--ext/io_splice/io_splice_ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io_splice/io_splice_ext.c b/ext/io_splice/io_splice_ext.c
index 6b27b59..6fb4579 100644
--- a/ext/io_splice/io_splice_ext.c
+++ b/ext/io_splice/io_splice_ext.c
@@ -225,7 +225,7 @@ static VALUE my_tee(VALUE self,
 
 struct vmsplice_args {
         int fd;
-        struct iovec *iov;
+        struct iovec *iov;
         unsigned long nr_segs;
         unsigned flags;
 };