Save a few bytes and remove a redundant string

1_00_stable_10817
Eric Andersen 2003-03-07 17:59:32 +00:00
parent 6067c08145
commit 1bc5fa8c0c
1 changed files with 1 additions and 1 deletions

View File

@ -98,5 +98,5 @@ all_done:
#endif
return EXIT_SUCCESS;
die_the_death:
perror_msg_and_die("klogctl");
perror_msg_and_die(NULL);
}