diff --git a/src/decrypter.c b/src/decrypter.c index c3998d5..44d7e08 100644 --- a/src/decrypter.c +++ b/src/decrypter.c @@ -6,7 +6,8 @@ #include "../include/flags.h" -char *decryptText(char *text, char *key) +char* +decryptText(char *text, char *key) { //CHECK FOR INVALID key if (strlen(key) != KEY_LENGTH)