[makerom] Misc

This commit is contained in:
jakcron
2015-11-11 01:55:20 +08:00
parent 3cb804ee6a
commit 88c0f66c4a
3 changed files with 45 additions and 51 deletions
+3 -3
View File
@@ -44,9 +44,9 @@ struct fs_dir
fs_romfs_char *name;
u32 name_len;
struct fs_dir *dir;
u32 m_dir;
u32 u_dir;
struct fs_dir *child;
u32 m_child;
u32 u_child;
struct fs_file *file;
u32 m_file;