os: typo in wait
parent
d5f90ef64b
commit
c1c2b648ab
|
@ -56,3 +56,4 @@ info.log
|
||||||
|
|
||||||
# vim/emacs editor backup files
|
# vim/emacs editor backup files
|
||||||
*~
|
*~
|
||||||
|
thirdparty/freetype/
|
||||||
|
|
|
@ -1063,7 +1063,7 @@ pub fn wait() int {
|
||||||
$if !windows {
|
$if !windows {
|
||||||
pid = C.wait(0)
|
pid = C.wait(0)
|
||||||
}
|
}
|
||||||
$if !windows {
|
$if windows {
|
||||||
panic('os.wait not supported in windows') // TODO
|
panic('os.wait not supported in windows') // TODO
|
||||||
}
|
}
|
||||||
return pid
|
return pid
|
||||||
|
|
Loading…
Reference in New Issue