mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Merge branch 'fix_typo' of https://github.com/Luflosi/kitty
This commit is contained in:
@@ -37,7 +37,7 @@ check_for_gl_error(const char *name, void UNUSED *funcptr, int UNUSED len_args,
|
|||||||
case GL_STACK_UNDERFLOW:
|
case GL_STACK_UNDERFLOW:
|
||||||
f("An attempt has been made to perform an operation that would cause an internal stack to underflow. (GL_STACK_UNDERFLOW)");
|
f("An attempt has been made to perform an operation that would cause an internal stack to underflow. (GL_STACK_UNDERFLOW)");
|
||||||
case GL_STACK_OVERFLOW:
|
case GL_STACK_OVERFLOW:
|
||||||
f("An attempt has been made to perform an operation that would cause an internal stack to underflow. (GL_STACK_OVERFLOW)");
|
f("An attempt has been made to perform an operation that would cause an internal stack to overflow. (GL_STACK_OVERFLOW)");
|
||||||
default:
|
default:
|
||||||
fatal("An unknown OpenGL error occurred with code: %d (calling function: %s)", code, name);
|
fatal("An unknown OpenGL error occurred with code: %d (calling function: %s)", code, name);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user