mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix indent
This commit is contained in:
parent
fa2ac12c55
commit
93b51d7cf8
1 changed files with 2 additions and 2 deletions
|
@ -1320,7 +1320,7 @@ main
|
|||
|
||||
: field ( offset1 size2 "name" -- offset2 )
|
||||
create
|
||||
over , \ fill offset
|
||||
+ \ return new offset
|
||||
over , \ fill offset
|
||||
+ \ return new offset
|
||||
does> @ +
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue