Module: Mesa Branch: master Commit: f0503726bf8113919e4b00fbca504d7cbdcd0151 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0503726bf8113919e4b00fbca504d7cbdcd0151
Author: Brian Paul <[email protected]> Date: Fri Oct 16 08:12:47 2009 -0600 mesa: move a comma --- src/mesa/main/mtypes.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index b77dcdb..ea3b552 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -208,7 +208,7 @@ typedef enum VERT_RESULT_BFC0 = 13, VERT_RESULT_BFC1 = 14, VERT_RESULT_EDGE = 15, - VERT_RESULT_VAR0 = 16 /**< shader varying */, + VERT_RESULT_VAR0 = 16, /**< shader varying */ VERT_RESULT_MAX = (VERT_RESULT_VAR0 + MAX_VARYING) } gl_vert_result; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
