From: Glenn L McGrath Date: Thu, 28 Nov 2002 12:01:25 +0000 (-0000) Subject: Syntax error X-Git-Tag: 1_00_pre1~381 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e3e2a7b41cf130004c2be3402c34646dc0ef3e24;p=oweals%2Fbusybox.git Syntax error --- 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);