mirror of
https://github.com/jarun/nnn.git
synced 2025-04-15 09:56:32 +00:00
Fix checkpatch warning
This commit is contained in:
parent
7a2fdc0e1d
commit
e13c04b40d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue