tf is with that spaces

This commit is contained in:
2018-03-17 21:01:51 +01:00
parent 6a0cb0d545
commit c856c49a92

View File

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