don't use void!
This commit is contained in:
parent
9ab7bf2408
commit
60f9d1b6c6
|
@ -7,6 +7,6 @@
|
|||
|
||||
No_Mem()
|
||||
{
|
||||
(void) sys_write(2, "Out of memory\n", 14);
|
||||
sys_write(2, "Out of memory\n", 14);
|
||||
sys_stop(S_EXIT);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue