Commit afb424dd authored by Carlos Falgueras García's avatar Carlos Falgueras García Committed by Andrzej Puzdrowski
Browse files

bootutil: Fix bug defining slot_usage_t structure



There is a missing semicolon.

Signed-off-by: default avatarCarlos Falgueras García <carlos.falgueras@wslw.es>
parent aea38eb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ struct slot_usage_t {
#endif /* MCUBOOT_RAM_LOAD */
#ifdef MCUBOOT_DIRECT_XIP_REVERT
    /* Swap status for the active slot */
    struct boot_swap_state swap_state
    struct boot_swap_state swap_state;
#endif /* MCUBOOT_DIRECT_XIP_REVERT */
};
#endif