diff --git a/include/flags.h b/include/flags.h index b895b02..c010707 100644 --- a/include/flags.h +++ b/include/flags.h @@ -64,7 +64,7 @@ void setEncryptionSeparator(char encryptionSeparatorNew); void setKeyLength(int keyLengthNew); void setFlags(inputFlags newFlags); //.... whatcha think? -//RANDOM SHIT THAT DOESN'T FIT IN MISC, SO I PUT IN HERE +//RANDOM SHIT THAT DOESN'T FIT IN MISC, SO I PUT IT IN HERE int encryptionOperation(int text, int encryptedText); #endif