1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Spaces to tabs.

This commit is contained in:
Nicholas Marriott 2014-03-06 12:46:03 +00:00
parent 23e944c91d
commit cbd360b7dd

View File

@ -547,7 +547,7 @@ server_client_check_resize(struct window_pane *wp)
* resizing; don't know why this happens, can't reproduce on
* other platforms and ignoring it doesn't seem to cause any
* issues.
*/
*/
if (errno != EINVAL)
#endif
fatal("ioctl failed");