summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2013-12-04 18:04:55 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2014-04-02 11:37:01 +0100
commit02736586f363256aa48bee97fb857eba8a42e42f (patch)
treede2706dcbd2ada396641bd177e5eddb863d60f93
parent873003c23c159c8b0160c66759d8e546a9ff843e (diff)
downloadcogl-02736586f363256aa48bee97fb857eba8a42e42f.tar.gz
cogl: winsys: glx: fix valgrind complaint
-rw-r--r--cogl/winsys/cogl-winsys-glx-feature-functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl/winsys/cogl-winsys-glx-feature-functions.h b/cogl/winsys/cogl-winsys-glx-feature-functions.h
index 1e2cec19..6f6c50cd 100644
--- a/cogl/winsys/cogl-winsys-glx-feature-functions.h
+++ b/cogl/winsys/cogl-winsys-glx-feature-functions.h
@@ -189,7 +189,7 @@ COGL_WINSYS_FEATURE_END ()
COGL_WINSYS_FEATURE_BEGIN (255, 255,
create_context,
"ARB\0",
- "create_context",
+ "create_context\0",
0,
0)
COGL_WINSYS_FEATURE_FUNCTION (GLXContext, glXCreateContextAttribs,