Syntax error

This commit is contained in:
Glenn L McGrath 2002-11-28 12:01:25 +00:00
parent a170e1c858
commit e3e2a7b41c

View File

@ -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);