os: make Result public

pull/2535/head
Simon Ernst 2019-10-24 20:58:28 +02:00 committed by Alexander Medvednikov
parent 36eb1b77d0
commit 2032da7fe2
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ fn pclose(f *C.FILE) int {
}
}
struct Result {
pub struct Result {
pub:
exit_code int
output string