WIP other minor adjustments

This commit is contained in:
Christopher Haster
2018-07-12 20:43:55 -05:00
parent 6a99f6c8fc
commit dcfe94412a
2 changed files with 74 additions and 28 deletions

2
lfs.h
View File

@@ -280,8 +280,8 @@ typedef struct lfs_mattr {
} lfs_mattr_t;
typedef struct lfs_mattrlist {
lfs_mattr_t e;
struct lfs_mattrlist *next;
lfs_mattr_t e;
} lfs_mattrlist_t;
//typedef struct lfs_entry {