diff options
Diffstat (limited to 'src/mesa/main/errors.h')
-rw-r--r-- | src/mesa/main/errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/errors.h b/src/mesa/main/errors.h index 81e47a8b8c1..f2919765488 100644 --- a/src/mesa/main/errors.h +++ b/src/mesa/main/errors.h @@ -115,7 +115,7 @@ _mesa_get_debug_state_ptr(struct gl_context *ctx, GLenum pname); extern void _mesa_shader_debug(struct gl_context *ctx, GLenum type, GLuint *id, - const char *msg, int len); + const char *msg); void GLAPIENTRY _mesa_DebugMessageInsert(GLenum source, GLenum type, GLuint id, |