about summary refs log tree commit diff
path: root/src/rt/rust_task.cpp
diff options
context:
space:
mode:
authorEric Holk <eholk@mozilla.com>2011-06-28 11:12:00 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-06-28 16:12:33 -0700
commit2f84987a48c3625670cd62321f0e3dcb5c0e8768 (patch)
tree85067ca589820f25b566bdf63a9990a9c49da216 /src/rt/rust_task.cpp
parent49a8cb34d2b6e3f7af4a7cbe842fe48ffa0245eb (diff)
downloadrust-2f84987a48c3625670cd62321f0e3dcb5c0e8768.tar.gz
rust-2f84987a48c3625670cd62321f0e3dcb5c0e8768.zip
Fixed Win32 compile errors.
Diffstat (limited to 'src/rt/rust_task.cpp')
-rw-r--r--src/rt/rust_task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp
index 52987c68d64..385e084cd6c 100644
--- a/src/rt/rust_task.cpp
+++ b/src/rt/rust_task.cpp
@@ -57,7 +57,7 @@ rust_task::rust_task(rust_dom *dom, rust_task_list *state,
     maybe_proxy<rust_task>(this),
     stk(NULL),
     runtime_sp(0),
-    rust_sp(NULL),
+    rust_sp(0),
     gc_alloc_chain(0),
     dom(dom),
     cache(NULL),