diff --git a/src/lib/flags.c b/src/lib/flags.c index 04eb814..48f2789 100644 --- a/src/lib/flags.c +++ b/src/lib/flags.c @@ -43,7 +43,7 @@ outputFlags noOutput(_Bool exitCode) } emptyKey[getKeyLength()] = '\0'; - return (outputFlags) { emptyText, emptyKey, 0, 0, exitCode }; + return (outputFlags) { emptyText, emptyKey, 0, 0, 0, exitCode }; } //SETTERS