Fix Windows build breakage

This commit is contained in:
Tim Chevalier 2012-03-10 20:44:10 -08:00
parent 9838a7ec54
commit 40a5c56345

View File

@ -79,7 +79,7 @@ fn getenv(n: str) -> option<str> {
}
ret option::some(str::from_bytes(v)); // UTF-8 or fail
} else { nsize = res; }
}
};
}
#[cfg(target_os = "win32")]