summary refs log tree commit diff stats
path: root/lib/pure/xmldomparser.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2010-02-28 18:14:27 +0100
committerAndreas Rumpf <rumpf_a@web.de>2010-02-28 18:14:27 +0100
commitddb718548278290a1c25c1bbfba82bc5581457a7 (patch)
tree47d98e4dcd47a5821680c7da250f98ab19f4b16b /lib/pure/xmldomparser.nim
parent230567588b22674e6132411803a518a9a901ff50 (diff)
downloadNim-ddb718548278290a1c25c1bbfba82bc5581457a7.tar.gz
bugfixes: re; pegs module
Diffstat (limited to 'lib/pure/xmldomparser.nim')
-rwxr-xr-xlib/pure/xmldomparser.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/xmldomparser.nim b/lib/pure/xmldomparser.nim
index f338ca2e5..d9eb210c3 100755
--- a/lib/pure/xmldomparser.nim
+++ b/lib/pure/xmldomparser.nim
@@ -165,4 +165,4 @@ when isMainModule:
       echo(i.nodeName, "=", i.namespaceURI)
 
     
-  echo($xml)
\ No newline at end of file
+  echo($xml)