Selaa lähdekoodia

Fix lint error

master
Arun Prakash Jana 5 vuotta sitten
vanhempi
commit
cc3702b2e1
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c Näytä tiedosto

@@ -1363,8 +1363,9 @@ static bool xmkentryp(char* path, bool dir)
DPRINTF_S("open fail");
DPRINTF_S(strerror(errno));
return FALSE;
} else
close(fd);
}

close(fd);
}

return TRUE;


Loading…
Peruuta
Tallenna