Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Feb 10, 2025
1 parent d5beba8 commit 1fb4223
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/generated-config/ast_layout_type_attributes_all.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ layout_map_entry_t layout_map[] = {

{ AST_LAYOUT_TYPE_MEDIA, valid_attributes_media, valid_attributes_media_length },

// ----------- END AUTO GENERATED ----------- //const size_t map_size = sizeof(layout_map) / sizeof(layout_map[0]);
// ----------- END AUTO GENERATED ----------- //

};

const size_t map_size = sizeof(layout_map) / sizeof(layout_map[0]);

#endif

0 comments on commit 1fb4223

Please # to comment.