Daniel Hackney <dan at haxney.org> (tiny change)

(set_socket): Add trailing newline to socket error message.
This commit is contained in:
Glenn Morris 2008-01-09 04:36:57 +00:00
parent dcb8ac09ea
commit 355a326e54

View file

@ -1266,7 +1266,7 @@ set_socket ()
s = set_local_socket ();
if ((s != INVALID_SOCKET) || alternate_editor)
return s;
message (TRUE, "%s: error accessing socket \"%s\"",
message (TRUE, "%s: error accessing socket \"%s\"\n",
progname, socket_name);
exit (EXIT_FAILURE);
}