[Mesa-dev] [PATCH 05/11] glapi: Remove spurious space from end of extension name

Ian Romanick idr at freedesktop.org
Wed Dec 19 16:14:53 PST 2012


From: Ian Romanick <ian.d.romanick at intel.com>

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
---
 src/mapi/glapi/gen/ARB_get_program_binary.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/gen/ARB_get_program_binary.xml b/src/mapi/glapi/gen/ARB_get_program_binary.xml
index 7db1665..b268302 100644
--- a/src/mapi/glapi/gen/ARB_get_program_binary.xml
+++ b/src/mapi/glapi/gen/ARB_get_program_binary.xml
@@ -5,7 +5,7 @@
 
 <OpenGLAPI>
 
-<category name="GL_ARB_get_program_binary " number="96">
+<category name="GL_ARB_get_program_binary" number="96">
     <enum name="PROGRAM_BINARY_RETRIEVABLE_HINT"          value="0x8257"/>
     <enum name="PROGRAM_BINARY_LENGTH"                    value="0x8741"/>
     <enum name="NUM_PROGRAM_BINARY_FORMATS"               value="0x87FE"/>
-- 
1.7.11.7



More information about the mesa-dev mailing list