diff options
Diffstat (limited to 'nim/rst.pas')
-rw-r--r-- | nim/rst.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/rst.pas b/nim/rst.pas index 6d0d476c9..d2afc7e33 100644 --- a/nim/rst.pas +++ b/nim/rst.pas @@ -1991,7 +1991,7 @@ begin addSon(n, newRstNode(rnLeaf, readFile(path))); result.sons[2] := n; end; - result.kind := rnCodeBlock + result.kind := rnCodeBlock; end; function dirContainer(var p: TRstParser): PRstNode; |