added missing parameter to noOutput result
This commit is contained in:
parent
2f8ca17e50
commit
1cfef53a9a
@ -43,7 +43,7 @@ outputFlags noOutput(_Bool exitCode)
|
|||||||
}
|
}
|
||||||
emptyKey[getKeyLength()] = '\0';
|
emptyKey[getKeyLength()] = '\0';
|
||||||
|
|
||||||
return (outputFlags) { emptyText, emptyKey, 0, 0, exitCode };
|
return (outputFlags) { emptyText, emptyKey, 0, 0, 0, exitCode };
|
||||||
}
|
}
|
||||||
|
|
||||||
//SETTERS
|
//SETTERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user