added missing enter for better look xd
This commit is contained in:
parent
291dfb08a7
commit
d140771b74
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user