Skip to content

Commit

Permalink
−warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercury13 committed Oct 4, 2024
1 parent f151b3a commit e98e731
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Unicodia/Wiki.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ wiki::Thing wiki::findThing(
.posStart = pos,
.posNext = q,
.params = {},
.indentSize = indentSize };
.indentSize = indentSize,
.needRecurse = false };
}
} break;
default: ;
Expand All @@ -184,7 +185,8 @@ wiki::Thing wiki::findThing(
.posStart = end,
.posNext = end,
.params = {},
.indentSize = 0 };
.indentSize = 0,
.needRecurse = false };
}


Expand Down

0 comments on commit e98e731

Please sign in to comment.