Fix syntax errors

Build before you commit, dumbass
This commit is contained in:
Drew DeVault 2018-04-08 12:50:52 -04:00
parent 7bb8512afb
commit 902d859c67
2 changed files with 2 additions and 2 deletions

View file

@ -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 };