Pointer should have void* as argument

This commit is contained in:
Alex 2022-11-04 05:27:13 +02:00
parent 37ff3a71a4
commit 691f19841c
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -48,7 +48,7 @@ struct Fex
char Magic[4];
enum FexFormatType Type : 4;
enum FexOSType OS : 4;
int (*Pointer)(struct KernelAPI *);
int (*Pointer)(void *);
} __attribute__((packed));
struct FexExtended