Update cur_smart.xml

This commit is contained in:
VoidSec
2021-03-17 12:51:15 +01:00
parent c6acd5bd4e
commit 21a720fb0c
@@ -4,7 +4,7 @@
<DataModel name="Cur">
<Block name="Signature" minOccurs="1" maxOccurs="1">
<!-- Reserved + Type (expressed in Little Endian Format) -->
<String name="CurSignature" value="00000200" valueType="hex" token="true" mutable="false"/>
<String name="CurSignature" value="0x00000200" valueType="hex" token="true" mutable="false"/>
<Number name="ImageCount" size="16" endian="little" signed="false">
<!-- ImageCount express the number of images contained by the .CUR file -->
<Relation type="count" of="Entries" />