Fixed issue with new output format

This commit is contained in:
Ray 2022-08-14 12:56:55 +02:00
parent bf2ad9df5f
commit 7db6fe02fd
1 changed files with 1 additions and 1 deletions

View File

@ -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