From a042d552292604258170376b6491149942c20fdf Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 31 May 2022 18:20:24 +0200 Subject: [PATCH] extended comment for keyLength --- include/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/flags.h b/include/flags.h index fe6d198..3e05930 100644 --- a/include/flags.h +++ b/include/flags.h @@ -37,7 +37,7 @@ typedef struct } outputFlags; //VARIABLES -static unsigned long keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS < +static unsigned long keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS, USE setKeyLength() instead < //GETTERS unsigned long getKeyLength();