浏览代码

glsl2: remove trailing comma to silence warning

tags/mesa-7.9-rc1
Brian Paul 15 年前
父节点
当前提交
6dc89d221d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/glsl/ir.h

+ 1
- 1
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 */
};

/**

正在加载...
取消
保存