aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-28 12:01:25 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-11-28 12:01:25 +0000
commite024bf036dcf5d369e7f8341f6b987ea43170204 (patch)
treef0b2b746621aa33d07440fb1cb015d846ed7e469 /networking
parent59b0f5c27b3eec8ce589d520b5a13cd3db0d8203 (diff)
downloadbusybox-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.c2
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);