diff options
author | nicm <nicm> | 2022-05-30 12:55:25 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-05-30 12:55:25 +0000 |
commit | 0a8f356c7278dba34a526adea03561f2063df359 (patch) | |
tree | 94ec991bb58019e824a6142f8711aa982d91a24c /cmd-refresh-client.c | |
parent | af611815ea70d687a15e20426ed1b88017d3d248 (diff) | |
download | rtmux-0a8f356c7278dba34a526adea03561f2063df359.tar.gz rtmux-0a8f356c7278dba34a526adea03561f2063df359.tar.bz2 rtmux-0a8f356c7278dba34a526adea03561f2063df359.zip |
Spacing/style nits.
Diffstat (limited to 'cmd-refresh-client.c')
-rw-r--r-- | cmd-refresh-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-refresh-client.c b/cmd-refresh-client.c index b2665ad9..6b947280 100644 --- a/cmd-refresh-client.c +++ b/cmd-refresh-client.c @@ -185,7 +185,7 @@ cmd_refresh_client_clipboard(struct cmd *self, struct cmdq_item *item) } if (i != tc->clipboard_npanes) return (CMD_RETURN_NORMAL); - tc->clipboard_panes = xreallocarray (tc->clipboard_panes, + tc->clipboard_panes = xreallocarray(tc->clipboard_panes, tc->clipboard_npanes + 1, sizeof *tc->clipboard_panes); tc->clipboard_panes[tc->clipboard_npanes++] = fs.wp->id; } |