diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-28 12:01:25 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-11-28 12:01:25 +0000 |
commit | e024bf036dcf5d369e7f8341f6b987ea43170204 (patch) | |
tree | f0b2b746621aa33d07440fb1cb015d846ed7e469 /networking | |
parent | 59b0f5c27b3eec8ce589d520b5a13cd3db0d8203 (diff) | |
download | busybox-w32-e024bf036dcf5d369e7f8341f6b987ea43170204.tar.gz busybox-w32-e024bf036dcf5d369e7f8341f6b987ea43170204.tar.bz2 busybox-w32-e024bf036dcf5d369e7f8341f6b987ea43170204.zip |
Syntax error
git-svn-id: svn://busybox.net/trunk/busybox@6056 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/libiproute/iproute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index e251b941e..b5833d7cc 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c | |||
@@ -509,7 +509,7 @@ static int iproute_list(int argc, char **argv) | |||
509 | } | 509 | } |
510 | 510 | ||
511 | if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) { | 511 | if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) { |
512 | error_msg_and_die"Dump terminated"); | 512 | error_msg_and_die("Dump terminated"); |
513 | } | 513 | } |
514 | 514 | ||
515 | exit(0); | 515 | exit(0); |