summary refs log tree commit diff stats
path: root/lib/impure
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2010-01-14 00:05:02 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2010-01-14 00:05:02 +0100
commit324b1e9d21d10fa62dcff6b2ab32d4325346dd0e (patch)
tree335daef14a8fda42b7b83d9679e790384b4b9b6d /lib/impure
parentfb2ae12c4969d41fbb0857a0b9121ad947807a1e (diff)
downloadNim-324b1e9d21d10fa62dcff6b2ab32d4325346dd0e.tar.gz
bugfix: fd_set mustn't be prefixed with struct
Diffstat (limited to 'lib/impure')
-rwxr-xr-xlib/impure/db_postgres.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/impure/db_postgres.nim b/lib/impure/db_postgres.nim
index 7cd93a540..25a04ed8e 100755
--- a/lib/impure/db_postgres.nim
+++ b/lib/impure/db_postgres.nim
@@ -1,5 +1,5 @@
 # Nimrod PostgreSQL database wrapper
-# (c) 2009 Andreas Rumpf
+# (c) 2010 Andreas Rumpf
 
 import strutils, postgres