This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix checkpatch warning
master
Arun Prakash Jana
5 years ago
parent
7a2fdc0e1d
commit
e13c04b40d
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/nnn.c
+ 1
- 0
src/nnn.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save