projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1dda95
)
glsl2: remove stray semicolon
author
Brian Paul
<brianp@vmware.com>
Wed, 11 Aug 2010 20:00:02 +0000
(14:00 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 11 Aug 2010 21:06:12 +0000
(15:06 -0600)
src/mesa/program/hash_table.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/hash_table.h
b/src/mesa/program/hash_table.h
index 228ab948ff45c6dde90684e817b29accb48e724f..ec088c7dde137e9bf473c6b758cd66fa3636b11e 100644
(file)
--- a/
src/mesa/program/hash_table.h
+++ b/
src/mesa/program/hash_table.h
@@
-147,6
+147,6
@@
int
hash_table_pointer_compare(const void *key1, const void *key2);
#ifdef __cplusplus
-}
;
+}
#endif
#endif /* HASH_TABLE_H */