From 1406de2f37dfe117540e860dcc6b031aef6d40a3 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Fri, 27 May 2022 17:26:20 +0200 Subject: [PATCH] added comment to previous commit --- include/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/flags.h b/include/flags.h index 9a61ca1..e02c928 100644 --- a/include/flags.h +++ b/include/flags.h @@ -39,7 +39,7 @@ static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS < //GETTERS int getKeyLength(); -inputFlags noFlags(); +inputFlags noFlags(); //THIS GENERATES inputFlags WITH DEFAULT VALUES //SETTERS void setKeyLength(int keyLengthNew);