Skip to content

Commit a126aad

Browse files
committed
Fix typo
1 parent a195efe commit a126aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libwolfboot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ static const uint32_t wolfboot_magic_trail = WOLFBOOT_MAGIC_TRAIL;
177177

178178
#include <stddef.h>
179179
#include <string.h>
180-
static uint8_t NVM_CACHE[NVM_CACHE_SIZE] XALIGNED(16)
180+
static uint8_t NVM_CACHE[NVM_CACHE_SIZE] XALIGNED(16);
181181
static int nvm_cached_sector = 0;
182182
static uint8_t get_base_offset(uint8_t *base, uintptr_t off)
183183
{

0 commit comments

Comments
 (0)