Mesa (master): mesa: Remove extraneous semicolon.

Chia-I Wu olv at kemper.freedesktop.org
Tue Aug 24 03:50:21 UTC 2010


Module: Mesa
Branch: master
Commit: 9dd95b46c80e71eb858c373b636ad04c69c0d15d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dd95b46c80e71eb858c373b636ad04c69c0d15d

Author: Chia-I Wu <olv at lunarg.com>
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
 
 




More information about the mesa-commit mailing list