Use format_get_command() and some spacing tweaks.

pull/1/head
nicm 2013-10-10 12:35:30 +00:00
parent b85de1ddb3
commit 99e3cbc526
2 changed files with 2 additions and 1 deletions

View File

@ -351,6 +351,7 @@ client_send_identify(int flags)
for (ss = environ; *ss != NULL; ss++)
client_write_one(MSG_IDENTIFY_ENVIRON, -1, *ss, strlen(*ss) + 1);
client_write_one(MSG_IDENTIFY_DONE, -1, NULL, 0);
client_update_event();