diff options
author | pranomostro <pranomestro@gmail.com> | 2017-01-13 12:47:51 +0100 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-01-13 12:47:51 +0100 |
commit | 4dbfc0f31e9fdf645e94d4639c64a2dfbae24f59 (patch) | |
tree | b66df97f17ae4d399c5e17152b90d05776107fb2 /ratox.c | |
parent | 4f2504f2bdce7432af3d154a5209002ed34c145e (diff) |
Remove FOLDER in enum.
Diffstat (limited to 'ratox.c')
-rw-r--r-- | ratox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |