render: oops, add missing '}'

This commit is contained in:
Daniel Eklöf 2020-03-03 18:29:46 +01:00
parent b81b1b6ff7
commit a78cca74a0
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1573,7 +1573,7 @@ damage_view:
-title_height,
term->width / term->scale,
term->height / term->scale + title_height);
}
if (term->is_searching)
render_search_box(term);