From 9d0b86fc3c0427a8b7ce035ae2cabf33a324abcf Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 3 Jun 2023 16:28:30 +0200 Subject: [PATCH] fix typo --- libs/wl/wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);