Skip to content

Commit 0937be7

Browse files
committed
Avoid using naked braces
They will be removed in an upcoming RGBASM version
1 parent 5bd4fb0 commit 0937be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structs.asm

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ FIELD_NAME::
331331
ds STRUCT_FIELD_SIZE
332332
ELSE
333333

334-
DATA_TYPE equs STRCAT("D", {{STRUCT_FIELD_TYPE}})
334+
DATA_TYPE equs STRCAT("D", "{{STRUCT_FIELD_TYPE}}")
335335

336336
REPT STRUCT_FIELD_NBEL
337337
DATA_TYPE \3

0 commit comments

Comments
 (0)