diff options
author | Brian Paul <brianp@vmware.com> | 2009-10-16 08:12:47 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-10-16 13:07:43 -0600 |
commit | f0503726bf8113919e4b00fbca504d7cbdcd0151 (patch) | |
tree | ed74390459022d9cc8289c64725616f720650424 /src/mesa | |
parent | 2ee7fd8d584abf051c552f455aeb588e2936b0ea (diff) |
mesa: move a comma
Diffstat (limited to 'src/mesa')
-rw-r--r-- | 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 b77dcdb730..ea3b552b9d 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; |