fix formatting
This commit is contained in:
@@ -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 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user