[DFS][romfs] code cleanup
This commit is contained in:
parent
9af2d29351
commit
b998c4ed8d
|
@ -18,7 +18,7 @@
|
|||
|
||||
struct romfs_dirent
|
||||
{
|
||||
rt_uint32_t type; /* dirent type */
|
||||
rt_uint32_t type; /* dirent type */
|
||||
|
||||
const char *name; /* dirent name */
|
||||
const rt_uint8_t *data; /* file date ptr */
|
||||
|
|
Loading…
Reference in New Issue