diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-23 13:41:14 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-23 13:41:14 -0500 |
commit | 7448aa490fb843089e5785d5a80f8a07ee50f93a (patch) | |
tree | a41ae0ce912a6af1c240b28f7c08ecedcf02ff3f /filesystem.h | |
parent | f8f1db1b8d6476016f0e2f03504abd87025baa99 (diff) |
got directory symlinks to work in file selector
Diffstat (limited to 'filesystem.h')
-rw-r--r-- | filesystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/filesystem.h b/filesystem.h index 725b231..2e561cd 100644 --- a/filesystem.h +++ b/filesystem.h @@ -4,7 +4,6 @@ typedef enum { FS_NON_EXISTENT, FS_FILE, - FS_LINK, FS_DIRECTORY, FS_OTHER } FsType; |