patterns/evtx: Fixed type name typo

This commit is contained in:
Nik
2023-03-26 11:22:15 +02:00
committed by GitHub
parent 56d6f0187f
commit 3e2a6aabaa

View File

@@ -46,7 +46,7 @@ struct Chunk{
u32 checksum;
u8 common_string_offset_array[256];
u8 templatePtr[128];
Event_Rsecord event_record;
Event_Record event_record;
};
struct Evtx {