diff options
Diffstat (limited to 'env/ext4.c')
-rw-r--r-- | env/ext4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/ext4.c b/env/ext4.c index 09c5e4a491..388474a11c 100644 --- a/env/ext4.c +++ b/env/ext4.c @@ -60,7 +60,7 @@ static int env_ext4_save(void) } err = ext4fs_write(CONFIG_ENV_EXT4_FILE, (void *)&env_new, - sizeof(env_t)); + sizeof(env_t), FILETYPE_REG); ext4fs_close(); if (err == -1) { |