summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2017-01-13 12:47:51 +0100
committerpranomostro <pranomestro@gmail.com>2017-01-13 12:47:51 +0100
commit4dbfc0f31e9fdf645e94d4639c64a2dfbae24f59 (patch)
treeb66df97f17ae4d399c5e17152b90d05776107fb2
parent4f2504f2bdce7432af3d154a5209002ed34c145e (diff)
Remove FOLDER in enum.
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 58e2cd2..6cec4c2 100644
--- a/ratox.c
+++ b/ratox.c
@@ -64,7 +64,7 @@ struct file {
int flags;
};
-enum { NONE, FIFO, STATIC, FOLDER };
+enum { NONE, FIFO, STATIC };
enum { IN, OUT, ERR };
static struct file gfiles[] = {