diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-28 12:01:25 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-28 12:01:25 +0000 |
| commit | e3e2a7b41cf130004c2be3402c34646dc0ef3e24 (patch) | |
| tree | f0b2b746621aa33d07440fb1cb015d846ed7e469 /networking | |
| parent | a170e1c858d35c474ceb9fecb41b37d681424094 (diff) | |
| download | busybox-e3e2a7b41cf130004c2be3402c34646dc0ef3e24.tar.gz | |
Syntax error
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) } 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); |
