mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-14 17:32:55 -04:00
Fix test example
This commit is contained in:
parent
50e825cdfd
commit
3a3c828d84
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ static const struct {
|
|||
|
||||
struct {
|
||||
struct KernAux_Multiboot2_HTag_InfoReq tag;
|
||||
enum KernAux_Multiboot2_ITag mbi_tag_types[22];
|
||||
uint32_t mbi_tag_types[22];
|
||||
} tag_info_req;
|
||||
|
||||
struct KernAux_Multiboot2_HTag_Addr tag_addr;
|
||||
|
|
Loading…
Add table
Reference in a new issue