Ver código fonte

Fix lint issue

master
Arun Prakash Jana 6 anos atrás
pai
commit
6853487109
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 3 adições e 2 exclusões
  1. +3
    -2
      src/nnn.c

+ 3
- 2
src/nnn.c Ver arquivo

@@ -3581,9 +3581,10 @@ int main(int argc, char *argv[])
browse(ipath);
exitcurses();

if (cfg.pickraw)
if (cfg.pickraw) {
opt = write(1, pcopybuf, copybufpos - 1);
else if (!cfg.picker && g_cppath[0])
DPRINTF_D(opt);
} else if (!cfg.picker && g_cppath[0])
unlink(g_cppath);

#ifdef LINUX_INOTIFY


Carregando…
Cancelar
Salvar