Fixed issue with new output format
This commit is contained in:
parent
bf2ad9df5f
commit
7db6fe02fd
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ typedef struct FunctionInfo {
|
|||
} FunctionInfo;
|
||||
|
||||
// Output format for parsed data
|
||||
typedef enum { DEFAULT = 0, JSON, XML, LUA } OutputFormat;
|
||||
typedef enum { DEFAULT = 0, JSON, XML, LUA, CODE } OutputFormat;
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Global Variables Definition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue