added missing comment to encryptionSeparator
This commit is contained in:
parent
e45e13b7e5
commit
f3c11a46c6
@ -43,7 +43,7 @@ typedef struct
|
|||||||
} outputFlags;
|
} outputFlags;
|
||||||
|
|
||||||
//VARIABLES
|
//VARIABLES
|
||||||
static char encryptionSeparator = '.'; // > DO NOT TOUCH THIS, USE setEncryptionSeparator instead <
|
static char encryptionSeparator = '.'; //NOPE > DO NOT TOUCH THIS, USE setEncryptionSeparator instead <
|
||||||
static unsigned long keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS, USE setKeyLength instead <
|
static unsigned long keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS, USE setKeyLength instead <
|
||||||
|
|
||||||
//GETTERS
|
//GETTERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user