summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem.h b/filesystem.h
index 764f45a..725b231 100644
--- a/filesystem.h
+++ b/filesystem.h
@@ -4,8 +4,8 @@
typedef enum {
FS_NON_EXISTENT,
FS_FILE,
- FS_DIRECTORY,
FS_LINK,
+ FS_DIRECTORY,
FS_OTHER
} FsType;