diff options
author | Bernhard Reutner-Fischer | 2006-06-14 16:51:50 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-06-14 16:51:50 +0000 |
commit | f1bd42a305d1bb30e7dcafbc907a1c7f6e5d5cbf (patch) | |
tree | 38404111ca63f72bd0131653c140a57f0f9d09fc /networking/libiproute/utils.c | |
parent | df798b7f58237e414e738fa0bd453cf13471bf76 (diff) | |
download | busybox-f1bd42a305d1bb30e7dcafbc907a1c7f6e5d5cbf.zip busybox-f1bd42a305d1bb30e7dcafbc907a1c7f6e5d5cbf.tar.gz |
- correct typo
Diffstat (limited to 'networking/libiproute/utils.c')
-rw-r--r-- | networking/libiproute/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index 2e2aa90..16ac300 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c @@ -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); |