aboutsummaryrefslogtreecommitdiff
path: root/src/IO/IO.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-29 16:49:40 +0200
committerjcid <devnull@localhost>2008-04-29 16:49:40 +0200
commitc7b30909e4438cd839bd3814af5c0ec13fa6029c (patch)
tree789c9e6f1ee331776dff22c67fca88ae45755962 /src/IO/IO.h
parent33f726d98e0b32814cab5361f484d8f8686fcf36 (diff)
- Fixed a double close of file descriptors.
Diffstat (limited to 'src/IO/IO.h')
-rw-r--r--src/IO/IO.h2
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)