This commit is contained in:
ceriel 1987-03-17 10:39:18 +00:00
parent 58923cbcc0
commit d676a5df2a

View file

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