mirror of https://github.com/mirror/busybox.git
Save a few bytes and remove a redundant string
parent
6067c08145
commit
1bc5fa8c0c
|
@ -98,5 +98,5 @@ all_done:
|
|||
#endif
|
||||
return EXIT_SUCCESS;
|
||||
die_the_death:
|
||||
perror_msg_and_die("klogctl");
|
||||
perror_msg_and_die(NULL);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue