checker: fix returning expression with void type (fix #15543) (#15554)

This commit is contained in:
ChAoS_UnItY 2022-08-27 14:00:14 +08:00 committed by GitHub
parent 70de4e1009
commit 0b843b801f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 7 deletions

View file

@ -321,7 +321,7 @@ fn C.WriteConsole() voidptr
fn C.WriteFile() voidptr
fn C._wchdir(dirname &u16)
fn C._wchdir(dirname &u16) int
fn C._wgetcwd(buffer &u16, maxlen int) int