removed new FUCKING trailing spaces

This commit is contained in:
Václav Šmejkal 2022-05-25 17:20:10 +02:00
parent cffdd22b85
commit 12557a6a94

View File

@ -60,7 +60,7 @@ void checkVersion(inputFlags flags)
fileBuffer = fopen(VERSIONS_NAME, "r");
fseek(fileBuffer, 0, SEEK_END);
buffer = malloc(ftell(fileBuffer));
rewind(fileBuffer); //REWIND fileBuffer (NO SHIT)
//FIX buffer