From 05363ba501f5085c0f52e14a95d410b0ca159e7c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Oct 2017 14:48:28 +0530 Subject: [PATCH] ... --- kitty/gl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/gl.h b/kitty/gl.h index 5ddb24e14..39d434e8d 100644 --- a/kitty/gl.h +++ b/kitty/gl.h @@ -67,7 +67,7 @@ check_for_gl_error(int line) { #endif static PyObject* -glew_init(PyObject UNUSED *self, PyObject *is_wayland) { +glew_init(PyObject UNUSED *self, PyObject UNUSED *is_wayland) { #ifndef __APPLE__ GLenum err = glewInit(); if (err != GLEW_OK) {