[DFS][romfs] code cleanup

This commit is contained in:
Bernard Xiong
2019-01-13 14:33:24 +08:00
committed by GitHub
parent 9af2d29351
commit b998c4ed8d

View File

@@ -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 */