1
This commit is contained in:
@@ -111,7 +111,7 @@ namespace ZelWiki.Engine.Function
|
||||
throw new WikiFunctionPrototypeSyntaxError($"Expected '('.");
|
||||
}
|
||||
|
||||
int parenNest = 1;
|
||||
var parenNest = 1;
|
||||
|
||||
readPos++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user