removed new FUCKING trailing spaces
This commit is contained in:
parent
cffdd22b85
commit
12557a6a94
@ -60,7 +60,7 @@ void checkVersion(inputFlags flags)
|
|||||||
fileBuffer = fopen(VERSIONS_NAME, "r");
|
fileBuffer = fopen(VERSIONS_NAME, "r");
|
||||||
fseek(fileBuffer, 0, SEEK_END);
|
fseek(fileBuffer, 0, SEEK_END);
|
||||||
buffer = malloc(ftell(fileBuffer));
|
buffer = malloc(ftell(fileBuffer));
|
||||||
|
|
||||||
rewind(fileBuffer); //REWIND fileBuffer (NO SHIT)
|
rewind(fileBuffer); //REWIND fileBuffer (NO SHIT)
|
||||||
|
|
||||||
//FIX buffer
|
//FIX buffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user