1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-09-14 01:01:57 +02:00

Add missing /* __FLASHROM_LITTLE_ENDIAN__ */

To make it clearer what a #endif matches add a comment.

Change-Id: Ie3a251a85f03e4ff6babd71d5df9c6725c187265
Suggested-by: Anastasia Klimchuk <aklm@flashrom.org>
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/88859
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
Mario Limonciello (AMD)
2025-08-19 08:19:15 -05:00
committed by Anastasia Klimchuk
parent f74f02e22c
commit c6ceecf311

View File

@@ -525,7 +525,7 @@ _free_ret:
flashrom_layout_release(chip_layout); flashrom_layout_release(chip_layout);
free(desc); free(desc);
return ret; return ret;
#endif #endif /* __FLASHROM_LITTLE_ENDIAN__ */
} }
#ifdef __FLASHROM_LITTLE_ENDIAN__ #ifdef __FLASHROM_LITTLE_ENDIAN__