Fix fuzzing and remove unused variable

This commit is contained in:
mio
2022-01-18 21:37:32 +01:00
parent 3cbe32053b
commit ac510d13c7
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,6 @@ int main(int argc, char** argv)
DIR *d;
struct dirent *dir;
int r = 0;
int i;
if (argc != 2) {
return 1;