projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8485f4d
)
glsl2: remove trailing comma to silence warning
author
Brian Paul
<brianp@vmware.com>
Wed, 11 Aug 2010 19:59:28 +0000
(13:59 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 11 Aug 2010 21:06:12 +0000
(15:06 -0600)
src/glsl/ir.h
patch
|
blob
|
history
diff --git
a/src/glsl/ir.h
b/src/glsl/ir.h
index d852a6a93bfaef51fc3e581bf2368ef5ea2b5968..eb9e6cdf0e2638d93977b4e71b960025848af466 100644
(file)
--- a/
src/glsl/ir.h
+++ b/
src/glsl/ir.h
@@
-60,7
+60,7
@@
enum ir_node_type {
ir_type_return,
ir_type_swizzle,
ir_type_texture,
- ir_type_max
,
/**< maximum ir_type enum number, for validation */
+ ir_type_max /**< maximum ir_type enum number, for validation */
};
/**