summaryrefslogtreecommitdiffhomepage
path: root/lib/bootnet.h
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-08-09 19:56:10 +0200
committerAmlal <amlal@nekernel.org>2025-08-09 19:56:10 +0200
commit6318c40aa018427322b8f14eb4059c4df985c0d7 (patch)
tree38980ef6bae40bd5dd42f1d9587e1524cb69a4cd /lib/bootnet.h
parent064fccb77255dca78a0bb6c0b017ed8271dc5131 (diff)
feat: ran format command
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'lib/bootnet.h')
-rw-r--r--lib/bootnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootnet.h b/lib/bootnet.h
index 2176c04..8363c39 100644
--- a/lib/bootnet.h
+++ b/lib/bootnet.h
@@ -26,7 +26,7 @@ typedef struct bootnet_inet_header {
ascii_char_t m_patch_name[BOOTNET_NAME_LEN]; /// example: ColdChoco
int32_t m_length; /// The patch's length.
ascii_char_t m_target[BOOTNET_NAME_LEN]; /// The target file.
- uint8_t m_implies_rom; /// does it imply reprogramming?
+ uint8_t m_implies_rom; /// does it imply reprogramming?
uint8_t m_preflight; /// Do we just check if this endpoint exists/is valid?
uint8_t m_blob[];
} bootnet_inet_header;