diff --git a/ip/ipaddress.c b/ip/ipaddress.c index fe41bbef..964f14df 100644 --- a/ip/ipaddress.c +++ b/ip/ipaddress.c @@ -1173,7 +1173,7 @@ int print_linkinfo(struct nlmsghdr *n, void *arg) close_json_array(PRINT_JSON, NULL); } - print_string(PRINT_FP, NULL, "%s", _SL_); + print_string(PRINT_FP, NULL, "%s", "\n"); fflush(fp); return 1; }