diff options
author | Chia-I Wu <[email protected]> | 2010-08-24 11:49:55 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-08-24 11:49:55 +0800 |
commit | 9dd95b46c80e71eb858c373b636ad04c69c0d15d (patch) | |
tree | 7f8fe9efc97b9c8a36c8c7f682de6b3292036596 | |
parent | d473543069b9156ea7a928f17fb15bc70545d4d1 (diff) |
mesa: Remove extraneous semicolon.
-rw-r--r-- | 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 11b68cc987b..ea6e6bf1187 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 |