Skip to content

Commit 40a5c56

Browse files
committed
Fix Windows build breakage
1 parent 9838a7e commit 40a5c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/generic_os.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fn getenv(n: str) -> option<str> {
7979
}
8080
ret option::some(str::from_bytes(v)); // UTF-8 or fail
8181
} else { nsize = res; }
82-
}
82+
};
8383
}
8484

8585
#[cfg(target_os = "win32")]

0 commit comments

Comments
 (0)