From af7ec87092b3a6ffebb067bb98a4e94a6b0f4459 Mon Sep 17 00:00:00 2001 From: Henry Gabryjelski <740168+henrygab@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:42:20 -0800 Subject: [PATCH] fix typo --- client/src/cmdhfsaflok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfsaflok.c b/client/src/cmdhfsaflok.c index 4c5143731..3cb884f8b 100644 --- a/client/src/cmdhfsaflok.c +++ b/client/src/cmdhfsaflok.c @@ -61,7 +61,7 @@ static inline uint8_t get_days_in_month(uint16_t year, uint8_t month) { typedef struct _saflok_mfc_data_t { uint8_t raw[17]; } saflok_mfc_data_t; -typedef struct _saflock_mfc_uid_t { +typedef struct _saflok_mfc_uid_t { uint8_t uid[4]; } saflok_mfc_uid_t; typedef struct _saflok_mfc_key_t {