Merge "fs_mgr: Track the bootloader_message struct change."

This commit is contained in:
Tao Bao 2016-06-14 16:09:16 +00:00 committed by Gerrit Code Review
commit 4d34653720
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ static int get_active_slot_suffix_from_misc(struct fstab *fstab,
int n;
int misc_fd;
ssize_t num_read;
struct bootloader_message msg;
struct bootloader_message_ab msg;
misc_fd = -1;
for (n = 0; n < fstab->num_entries; n++) {