Skip to content

Commit 5bd4fb0

Browse files
committed
Fix incorrect macro name in error message
Fixes #1
1 parent 11f0ae8 commit 5bd4fb0

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
@@ -141,7 +141,7 @@ ENDM
141141
; For internal use, please do not use externally
142142
new_field: MACRO
143143
IF !DEF(STRUCT_NAME) || !DEF(NB_FIELDS)
144-
FAIL "Please start defining a struct, using `define_struct`"
144+
FAIL "Please start defining a struct, using `struct`"
145145
ENDC
146146

147147
get_nth_field_info NB_FIELDS

0 commit comments

Comments
 (0)