From e024bf036dcf5d369e7f8341f6b987ea43170204 Mon Sep 17 00:00:00 2001 From: bug1 Date: Thu, 28 Nov 2002 12:01:25 +0000 Subject: Syntax error git-svn-id: svn://busybox.net/trunk/busybox@6056 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- networking/libiproute/iproute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking') 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) } if (rtnl_dump_filter(&rth, print_route, stdout, NULL, NULL) < 0) { - error_msg_and_die"Dump terminated"); + error_msg_and_die("Dump terminated"); } exit(0); -- cgit v1.2.3-55-g6feb