added missing enter for better look xd

This commit is contained in:
Václav Šmejkal 2022-03-09 19:35:42 +01:00
parent 291dfb08a7
commit d140771b74

View File

@ -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)