human68k: cosmetics, no functional change

This commit is contained in:
Karoly Balogh 2023-12-05 09:53:42 +01:00
parent 93a257ab29
commit 70839bd7f4

View File

@ -156,7 +156,7 @@ begin
p:=@h68k_startup.comm^.buffer;
argl:=h68k_startup.comm^.len;
args:=getmem(argl+1);
args:=GetMem(argl+1);
if not assigned(args) then
exit;
fillchar(args^,argl+1,#0);