diff --git a/libs/wl/wayland.c b/libs/wl/wayland.c index cbd7a11..fa1834a 100644 --- a/libs/wl/wayland.c +++ b/libs/wl/wayland.c @@ -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);