diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index f227c50..c9e89d4 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -42,9 +42,9 @@ struct t_tree { struct t_dirs { struct t_dirs *left, *right; - char name; - struct t_tree *files; time_t mtime; + struct t_tree *files; + char name; }; PRIVATE char** t_buffer = NULL; |