Module: Mesa Branch: master Commit: 11b49dbd05982f47a3be95c02e81f85588cc28c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11b49dbd05982f47a3be95c02e81f85588cc28c2
Author: Ian Romanick <[email protected]> Date: Mon Dec 3 10:30:30 2012 -0800 glapi: Remove spurious space from end of extension name Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> --- src/mapi/glapi/gen/ARB_get_program_binary.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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"/> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
