about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2013-01-24 14:42:32 -0800
committerTim Chevalier <chevalier@alum.wellesley.edu>2013-01-24 20:12:07 -0800
commitd191e89d9ef40acc0a2b958a41413af5957e1b2e (patch)
treec4c5ec8c59bb0cd1a3ec5ba8a4d688b4ef7949db /src/libstd
parentb73d926a7e4b82f96b67547c3c457f5f43e885a6 (diff)
std: Fix broken Windows function
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/uv_ll.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/uv_ll.rs b/src/libstd/uv_ll.rs
index 5060ae1a722..3dea1e96a04 100644
--- a/src/libstd/uv_ll.rs
+++ b/src/libstd/uv_ll.rs
@@ -635,7 +635,7 @@ pub mod uv_ll_struct_stubgen {
             a08: 0 as *u8, a09: 0 as *u8, a10: 0 as *u8,
             a11: 0 as *u8,
             a12: 0 as *u8
-        };
+        }
     }
     pub fn gen_stub_uv_getaddrinfo_t() -> uv_getaddrinfo_t {
         uv_getaddrinfo_t {