Save a few bytes and remove a redundant string
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user