summaryrefslogtreecommitdiff
path: root/networking/libiproute
diff options
context:
space:
mode:
Diffstat (limited to 'networking/libiproute')
-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);