From 60356033fa00d614e9da3bfffaef3b03714699c1 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 5 May 2022 19:11:08 +0200 Subject: [PATCH] typo fix --- include/flags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/flags.h b/include/flags.h index c2a0c86..b9489aa 100644 --- a/include/flags.h +++ b/include/flags.h @@ -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;