diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-03-06 12:46:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-03-06 12:46:03 +0000 |
commit | cbd360b7dd1f2ca1a3208d3e19af84e0e536f6b9 (patch) | |
tree | c45eb0979e9eb8767d6670a8d284dfc12727c2ac /server-client.c | |
parent | 23e944c91d45e49a3c924712c234e7db6891ad98 (diff) | |
download | rtmux-cbd360b7dd1f2ca1a3208d3e19af84e0e536f6b9.tar.gz rtmux-cbd360b7dd1f2ca1a3208d3e19af84e0e536f6b9.tar.bz2 rtmux-cbd360b7dd1f2ca1a3208d3e19af84e0e536f6b9.zip |
Spaces to tabs.
Diffstat (limited to 'server-client.c')
-rw-r--r-- | server-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-client.c b/server-client.c index 4ffcb3a0..98d1e043 100644 --- a/server-client.c +++ b/server-client.c @@ -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"); |