Daniel Hackney <dan at haxney.org> (tiny change)
(set_socket): Add trailing newline to socket error message.
This commit is contained in:
parent
dcb8ac09ea
commit
355a326e54
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue