Review parameters description size (not used)
This commit is contained in:
parent
2e3cfdcc2f
commit
f7ed804131
@ -85,7 +85,7 @@ typedef struct FunctionInfo {
|
||||
int paramCount; // Number of function parameters
|
||||
char paramType[MAX_FUNCTION_PARAMETERS][32]; // Parameters type
|
||||
char paramName[MAX_FUNCTION_PARAMETERS][32]; // Parameters name
|
||||
char paramDesc[MAX_FUNCTION_PARAMETERS][8]; // Parameters description
|
||||
char paramDesc[MAX_FUNCTION_PARAMETERS][128]; // Parameters description
|
||||
} FunctionInfo;
|
||||
|
||||
// Struct info data
|
||||
|
Loading…
Reference in New Issue
Block a user