mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Strip semicolons
This commit is contained in:
@@ -3,5 +3,5 @@ package runtime
|
||||
|
||||
// TODO(bill): reimplement `os.write`
|
||||
_os_write :: proc "contextless" (data: []byte) -> (int, _OS_Errno) {
|
||||
return 0, -1;
|
||||
return 0, -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user