Module: Mesa Branch: master Commit: 9dd95b46c80e71eb858c373b636ad04c69c0d15d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dd95b46c80e71eb858c373b636ad04c69c0d15d
Author: Chia-I Wu <[email protected]> Date: Tue Aug 24 11:49:55 2010 +0800 mesa: Remove extraneous semicolon. --- src/mesa/main/core.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/core.h b/src/mesa/main/core.h index 11b68cc..ea6e6bf 100644 --- a/src/mesa/main/core.h +++ b/src/mesa/main/core.h @@ -59,7 +59,7 @@ extern "C" { #include "program/prog_uniform.h" #ifdef __cplusplus -}; +} #endif _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
