diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-14 16:51:50 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-06-14 16:51:50 +0000 |
commit | e71cfc01bc0929fb25e1eb83ab0b43431a23af87 (patch) | |
tree | 38404111ca63f72bd0131653c140a57f0f9d09fc /networking/libiproute/utils.c | |
parent | 63aa40e98253c3e281ff24fcf01b5fc7532cf96d (diff) | |
download | busybox-w32-e71cfc01bc0929fb25e1eb83ab0b43431a23af87.tar.gz busybox-w32-e71cfc01bc0929fb25e1eb83ab0b43431a23af87.tar.bz2 busybox-w32-e71cfc01bc0929fb25e1eb83ab0b43431a23af87.zip |
- correct typo
git-svn-id: svn://busybox.net/trunk/busybox@15386 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 2e2aa90f8..16ac30070 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c | |||
@@ -240,7 +240,7 @@ void incomplete_command(void) | |||
240 | exit(-1); | 240 | exit(-1); |
241 | } | 241 | } |
242 | 242 | ||
243 | void invarg(const char const *arg, const char const *opt) | 243 | void invarg(const char * const arg, const char * const opt) |
244 | { | 244 | { |
245 | bb_error_msg(bb_msg_invalid_arg, arg, opt); | 245 | bb_error_msg(bb_msg_invalid_arg, arg, opt); |
246 | exit(-1); | 246 | exit(-1); |