projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a170e1c
)
Syntax error
author
Glenn L McGrath
<bug1@ihug.co.nz>
Thu, 28 Nov 2002 12:01:25 +0000
(12:01 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Thu, 28 Nov 2002 12:01:25 +0000
(12:01 -0000)
networking/libiproute/iproute.c
patch
|
blob
|
history
diff --git
a/networking/libiproute/iproute.c
b/networking/libiproute/iproute.c
index e251b941e485e0a7c7acabe529c0ae4ae3455c4f..b5833d7cc8ceb3a3b4f396a03b4a1b519b9632c4 100644
(file)
--- 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);