diff options
Diffstat (limited to 'networking/nslookup.c')
-rw-r--r-- | networking/nslookup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nslookup.c b/networking/nslookup.c index 0036d0d17..e5bb56f81 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -112,7 +112,7 @@ static void server_print(void) print_host(server, "Server:"); if (ENABLE_FEATURE_CLEAN_UP) free(server); - puts(""); + bb_putchar('\n'); } /* alter the global _res nameserver structure to use |