mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
Save a few bytes and remove a redundant string
This commit is contained in:
parent
6067c08145
commit
1bc5fa8c0c
@ -98,5 +98,5 @@ all_done:
|
|||||||
#endif
|
#endif
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
die_the_death:
|
die_the_death:
|
||||||
perror_msg_and_die("klogctl");
|
perror_msg_and_die(NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user