summary refs log tree commit diff stats
path: root/lib/system
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-06-27 01:04:56 +0200
committerAraq <rumpf_a@web.de>2013-06-27 01:04:56 +0200
commita674c039fb959166681f13f809670807b89e0b41 (patch)
treeec4676bf220ed2e49e8fff9b1071eaf2bfcae3d4 /lib/system
parentff1d68c50b5df56645eb09a523c08726772bec4d (diff)
downloadNim-a674c039fb959166681f13f809670807b89e0b41.tar.gz
fixed a long standing xml parser bug; html parser bugfixes + speed improvements
Diffstat (limited to 'lib/system')
-rw-r--r--lib/system/syslocks.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/syslocks.nim b/lib/system/syslocks.nim
index 4619eaddb..4d81dee01 100644
--- a/lib/system/syslocks.nim
+++ b/lib/system/syslocks.nim
@@ -19,7 +19,7 @@ when defined(Windows):
       OwningThread: int
       LockSemaphore: int
       Reserved: int32
-          
+
     TSysCond = THandle
           
   proc InitSysLock(L: var TSysLock) {.stdcall, noSideEffect,