corrected a syntax error

This commit is contained in:
ceriel 1988-04-20 15:28:26 +00:00
parent f700e124ee
commit 98536222e3

View File

@ -10,7 +10,7 @@ link a6,#0
move.l (12,a6),-(sp)
move.l #0,-(sp)
move.l (8,a6),-(sp)
jsr _fcntl
jsr (_fcntl)
add.l #12,sp
unlk a6
rts