don't use void!

This commit is contained in:
ceriel 1987-03-12 22:23:17 +00:00
parent 9ab7bf2408
commit 60f9d1b6c6

View file

@ -7,6 +7,6 @@
No_Mem() No_Mem()
{ {
(void) sys_write(2, "Out of memory\n", 14); sys_write(2, "Out of memory\n", 14);
sys_stop(S_EXIT); sys_stop(S_EXIT);
} }