Selaa lähdekoodia

Fix checkpatch warning

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

+ 1
- 0
src/nnn.c Näytä tiedosto

@@ -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;


Loading…
Peruuta
Tallenna