Skip to content

Commit

Permalink
Avoid using naked braces
Browse files Browse the repository at this point in the history
They will be removed in an upcoming RGBASM version
  • Loading branch information
ISSOtm committed Sep 5, 2020
1 parent 5bd4fb0 commit 0937be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.asm
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ FIELD_NAME::
ds STRUCT_FIELD_SIZE
ELSE

DATA_TYPE equs STRCAT("D", {{STRUCT_FIELD_TYPE}})
DATA_TYPE equs STRCAT("D", "{{STRUCT_FIELD_TYPE}}")

REPT STRUCT_FIELD_NBEL
DATA_TYPE \3
Expand Down

0 comments on commit 0937be7

Please sign in to comment.