mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -05:00
[gles/cogl-shader] Add a missing semicolon
cogl_shader_get_info_log was missing a semicolon which broke the build on GLES 2.
This commit is contained in:
parent
e7e8978029
commit
c2759846dd
@ -103,7 +103,7 @@ gchar *
|
|||||||
cogl_shader_get_info_log (CoglHandle handle)
|
cogl_shader_get_info_log (CoglHandle handle)
|
||||||
{
|
{
|
||||||
CoglShader *shader;
|
CoglShader *shader;
|
||||||
char buffer[512]
|
char buffer[512];
|
||||||
int len = 0;
|
int len = 0;
|
||||||
_COGL_GET_CONTEXT (ctx, NULL);
|
_COGL_GET_CONTEXT (ctx, NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user