From ab7eb67aaa15cf9cb68f0b38e458a2b98238bcd4 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 31 Jul 2025 19:36:41 +0100 Subject: [PATCH] [Specification] Add end-of-table marker to CICM block definition --- docs/spec/structs/cicm.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/spec/structs/cicm.adoc b/docs/spec/structs/cicm.adoc index 3cb393c..93df108 100644 --- a/docs/spec/structs/cicm.adoc +++ b/docs/spec/structs/cicm.adoc @@ -22,3 +22,4 @@ typedef struct CicmMetadataBlock |Type|Size|Name|Description |uint32|4 bytes|identifier|The CICM XML metadata table identifier, always `CICM` |uint32|4 bytes|length|The size in bytes of the embedded CICM XML metadata that follows this header. +|=== \ No newline at end of file