Fix checkpatch warning

This commit is contained in:
Arun Prakash Jana 2019-03-09 13:36:14 +05:30
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

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;