projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a2fdc0
)
Fix checkpatch warning
author
Arun Prakash Jana <engineerarun@gmail.com>
Sat, 9 Mar 2019 08:06:14 +0000 (13:36 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Sat, 9 Mar 2019 08:06:14 +0000 (13:36 +0530)
src/nnn.c
patch
|
blob
|
history
diff --git
a/src/nnn.c
b/src/nnn.c
index f58600572b15dd817639fc154961d687640e9370..0f33df9560bf1d971b1d99411c539f7a1f842753 100644
(file)
--- a/
src/nnn.c
+++ b/
src/nnn.c
@@
-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;