diff options
author | jcid <devnull@localhost> | 2008-04-29 16:49:40 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-29 16:49:40 +0200 |
commit | c7b30909e4438cd839bd3814af5c0ec13fa6029c (patch) | |
tree | 789c9e6f1ee331776dff22c67fca88ae45755962 /src/IO/IO.h | |
parent | 33f726d98e0b32814cab5361f484d8f8686fcf36 (diff) |
- Fixed a double close of file descriptors.
Diffstat (limited to 'src/IO/IO.h')
-rw-r--r-- | src/IO/IO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/IO.h b/src/IO/IO.h index 459e6e4a..65b032f5 100644 --- a/src/IO/IO.h +++ b/src/IO/IO.h @@ -17,7 +17,7 @@ #define IOAbort 3 /* - * IO Flags (unused) + * IO Flags */ #define IOFlag_ForceClose (1 << 1) #define IOFlag_SingleWrite (1 << 2) |