Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax committed Dec 28, 2024
1 parent 5913bfd commit a17680a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/generator_layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ string_t *generator_code_layout_block_item(generator_t *generator,
}
else if (ast->layout->block->children->length == 0)
{
error_generator(1, "Include file '%s' layout block does not have
any children", path);
error_generator(1, "Include file '%s' layout block does not have any children", path);
}
else {
for (size_t i = 1; i <= repeat_value_sizet; i++) {
Expand Down

0 comments on commit a17680a

Please sign in to comment.