mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 19:39:04 +00:00
Missing ; in previous.
This commit is contained in:
parent
5fbae8c8c6
commit
f5366ff828
@ -3721,7 +3721,7 @@ window_copy_get_selection(struct window_mode_entry *wme, size_t *len)
|
||||
/* Don't bother if no data. */
|
||||
if (off == 0) {
|
||||
free(buf);
|
||||
*len = 0
|
||||
*len = 0;
|
||||
return (NULL);
|
||||
}
|
||||
if (keys == MODEKEY_EMACS || lastex <= ey_last)
|
||||
|
Loading…
Reference in New Issue
Block a user