소스 검색

human68k: cosmetics, no functional change

Karoly Balogh 1 년 전
부모
커밋
70839bd7f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/human68k/system.pp

+ 1 - 1
rtl/human68k/system.pp

@@ -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);