Procházet zdrojové kódy

Fix checkpatch warning

master
Arun Prakash Jana před 5 roky
rodič
revize
e13c04b40d
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c Zobrazit soubor

@@ -4113,6 +4113,7 @@ int main(int argc, char *argv[])

/* Ignore/handle certain signals */
struct sigaction act = {.sa_handler = sigint_handler};

if (sigaction(SIGINT, &act, NULL) < 0) {
xerror();
return 1;


Načítá se…
Zrušit
Uložit