[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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