This commit is contained in:
zel
2025-02-24 16:39:30 +08:00
parent c1a6c7e618
commit ee2b58d94b
3 changed files with 5 additions and 9 deletions

View File

@@ -111,7 +111,7 @@ namespace ZelWiki.Engine.Function
throw new WikiFunctionPrototypeSyntaxError($"Expected '('.");
}
int parenNest = 1;
var parenNest = 1;
readPos++;