- correct typo
This commit is contained in:
parent
df798b7f58
commit
f1bd42a305
2 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ void incomplete_command(void)
|
|||
exit(-1);
|
||||
}
|
||||
|
||||
void invarg(const char const *arg, const char const *opt)
|
||||
void invarg(const char * const arg, const char * const opt)
|
||||
{
|
||||
bb_error_msg(bb_msg_invalid_arg, arg, opt);
|
||||
exit(-1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue