mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
patterns: fix description pragmas (#181)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma author WerWolv
|
||||
#pragma description [USB Flashing Format](https://github.com/microsoft/uf2)
|
||||
#pragma description USB Flashing Format
|
||||
|
||||
#include <std/sys.pat>
|
||||
#include <std/mem.pat>
|
||||
@@ -98,4 +98,4 @@ struct UF2_Block {
|
||||
std::assert(magicEnd == 0x0AB16F30, "Invalid magicEnd value!");
|
||||
};
|
||||
|
||||
UF2_Block block[while(!std::mem::eof())] @ 0;
|
||||
UF2_Block block[while(!std::mem::eof())] @ 0;
|
||||
|
||||
Reference in New Issue
Block a user