fix formatting

This commit is contained in:
mrdudz
2021-05-11 14:14:44 +02:00
parent 18f94d1fe0
commit 07dd1e3849
2 changed files with 25 additions and 25 deletions

View File

@@ -71,7 +71,7 @@ struct FuncDesc {
struct SymEntry* LastParam; /* Pointer to last parameter */ struct SymEntry* LastParam; /* Pointer to last parameter */
struct FuncDesc* FuncDef; /* Descriptor used in definition */ struct FuncDesc* FuncDef; /* Descriptor used in definition */
struct SymEntry* WrappedCall; /* Pointer to the WrappedCall */ struct SymEntry* WrappedCall; /* Pointer to the WrappedCall */
unsigned int WrappedCallData;/* The WrappedCall's user data */ unsigned int WrappedCallData; /* The WrappedCall's user data */
}; };