Browse Source

glsl2: remove stray semicolon

tags/mesa-7.9-rc1
Brian Paul 15 years ago
parent
commit
4415a84645
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/main/shaderobj.h

+ 1
- 1
src/mesa/main/shaderobj.h View File

@@ -92,7 +92,7 @@ extern void
_mesa_free_shader_state(GLcontext *ctx);

#ifdef __cplusplus
};
}
#endif

#endif /* SHADEROBJ_H */

Loading…
Cancel
Save