Commit 2ea8f6d5 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove surplus new-line

parent d2d9a685
......@@ -451,7 +451,7 @@ ccf_listen_address(struct cli *cli, const char * const *av, void *priv)
if (ls->sock < 0)
continue;
VTCP_myname(ls->sock, h, sizeof h, p, sizeof p);
VCLI_Out(cli, "%s %s\n", h, p);
VCLI_Out(cli, "%s %s", h, p);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment