Missing ; in previous.

pull/2270/head
nicm 2020-06-02 19:16:46 +00:00
parent 5fbae8c8c6
commit f5366ff828
1 changed files with 1 additions and 1 deletions

View File

@ -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)