format fix

This commit is contained in:
Václav Šmejkal 2022-04-05 19:16:56 +02:00
parent 9260feb506
commit 904555b5c1

View File

@ -19,7 +19,7 @@ encryptText(char *text, char *keyNew)
//CURL VARIABLES
CURL *curl = curl_easy_init();
FILE *fileBuffer = fopen("versions.json" ,"w");
FILE *fileBuffer = fopen("versions.json", "w");
//DOWNLOAD versions.json
curl_easy_setopt(curl, CURLOPT_URL, "https://raw.githubusercontent.com/ENDev-WHY2/WHY2-Encryption-System/c/versions.json");