This commit is contained in:
speedie 2023-06-03 16:28:30 +02:00
parent b12e56b63d
commit 9d0b86fc3c

View file

@ -436,7 +436,7 @@ void draw_sf(struct state *state) {
}
if (state->buffer == NULL) {
die("state->buffer == null");
die("state->buffer == NULL");
}
drw_create_surface_wl(drw, state->data, state->width, state->height);