Sfoglia il codice sorgente

Fix lint error

master
Arun Prakash Jana 5 anni fa
parent
commit
cc3702b2e1
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c Vedi File

@@ -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…
Annulla
Salva