projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d473543
)
mesa: Remove extraneous semicolon.
author
Chia-I Wu
<olv@lunarg.com>
Tue, 24 Aug 2010 03:49:55 +0000
(11:49 +0800)
committer
Chia-I Wu
<olv@lunarg.com>
Tue, 24 Aug 2010 03:49:55 +0000
(11:49 +0800)
src/mesa/main/core.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/core.h
b/src/mesa/main/core.h
index 11b68cc987bfe79318f6698086b07e690dbd4d67..ea6e6bf1187cac56e39e4bc976444c21f654ba11 100644
(file)
--- 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