From f613e0717231bd028ffc9da79247eb8c23dc463d Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Mon, 12 Jun 2017 16:54:23 -0700 Subject: [PATCH] gl: Fix comment syntax Signed-off-by: Bryce Harrington --- src/cairo-gl-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-gl-private.h b/src/cairo-gl-private.h index 091e095fc..b6d236c59 100644 --- a/src/cairo-gl-private.h +++ b/src/cairo-gl-private.h @@ -106,7 +106,7 @@ typedef enum cairo_gl_flavor { CAIRO_GL_FLAVOR_ES2 = 2 } cairo_gl_flavor_t; -/* Indices for vertex attributes used by BindAttribLocation etc */ +/* Indices for vertex attributes used by BindAttribLocation, etc. */ enum { CAIRO_GL_VERTEX_ATTRIB_INDEX = 0, CAIRO_GL_COLOR_ATTRIB_INDEX = 1,