mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -05:00
Convert some more uses of xassert(false) to BUG("...")
This commit is contained in:
parent
1ec5684438
commit
2f81a1d07c
3 changed files with 5 additions and 5 deletions
2
render.c
2
render.c
|
|
@ -1669,7 +1669,7 @@ render_csd_button(struct terminal *term, enum csd_surface surf_idx)
|
|||
break;
|
||||
|
||||
default:
|
||||
xassert(false);
|
||||
BUG("unhandled surface type: %u", (unsigned)surf_idx);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue