MassStorage: Fix image creation error message

This commit is contained in:
Willy-JL
2024-03-04 14:43:34 +00:00
parent 2709b2041d
commit eb4f1bdbf8

View File

@@ -147,6 +147,7 @@ bool mass_storage_scene_create_image_on_event(void* context, SceneManagerEvent e
}
if(storage_virtual_format(app->fs_api) == FSE_OK) {
success = true;
error = NULL;
}
storage_virtual_quit(app->fs_api);
} while(false);