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