tf is with that spaces

This commit is contained in:
Bandie 2018-03-17 21:01:51 +01:00
parent 6a0cb0d545
commit c856c49a92
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 2 additions and 4 deletions

View File

@ -121,10 +121,8 @@ int main(int argc, char *argv[]){
} }
else else
// If exit != 0 // If exit != 0
if(access(VRFFILE, F_OK) != -1) //File exists? if(access(VRFFILE, F_OK) != -1) //File exists?
unlink(VRFFILE); unlink(VRFFILE);
} }
} }