From 4dbfc0f31e9fdf645e94d4639c64a2dfbae24f59 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Fri, 13 Jan 2017 12:47:51 +0100 Subject: Remove FOLDER in enum. --- ratox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratox.c') 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[] = { -- cgit v1.2.3