typo fix
This commit is contained in:
parent
9918c4ab4a
commit
60356033fa
@ -23,13 +23,13 @@
|
||||
|
||||
#define DEPRECATED __attribute__((deprecated))
|
||||
|
||||
typedef struct
|
||||
typedef struct inputFlag
|
||||
{
|
||||
int skipCheck;
|
||||
int noOutput;
|
||||
} inputFlags;
|
||||
|
||||
typedef struct
|
||||
typedef struct outputFlag
|
||||
{
|
||||
char *outputText;
|
||||
char *usedKey;
|
||||
|
Loading…
x
Reference in New Issue
Block a user