From 902d859c674769d93efafd595419432c0a1dd267 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 8 Apr 2018 12:50:52 -0400 Subject: Fix syntax errors Build before you commit, dumbass --- examples/layer-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/layer-shell.c b/examples/layer-shell.c index d24399e4..870a3f22 100644 --- a/examples/layer-shell.c +++ b/examples/layer-shell.c @@ -437,7 +437,7 @@ int main(int argc, char **argv) { cursor = wl_cursor_theme_get_cursor(cursor_theme, "crosshair"); assert(cursor); cursor_image = cursor->images[0]; - cursor_surface = wl_compositor_create_surface(compositor) + cursor_surface = wl_compositor_create_surface(compositor); assert(cursor_surface); EGLint attribs[] = { EGL_ALPHA_SIZE, 8, EGL_NONE }; -- cgit v1.2.3