Mesa (glsl2): glsl2: remove stray semicolon

Brian Paul brianp at kemper.freedesktop.org
Wed Aug 11 21:06:41 UTC 2010


Module: Mesa
Branch: glsl2
Commit: 30d083903f28965122800cc6ba3dc1ad08aff47f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=30d083903f28965122800cc6ba3dc1ad08aff47f

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Aug 11 14:00:02 2010 -0600

glsl2: remove stray semicolon

---

 src/mesa/program/hash_table.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/program/hash_table.h b/src/mesa/program/hash_table.h
index 228ab94..ec088c7 100644
--- 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 */




More information about the mesa-commit mailing list