summaryrefslogtreecommitdiff
path: root/src/mesa/program/hash_table.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-08-11 14:00:02 -0600
committerBrian Paul <brianp@vmware.com>2010-08-11 15:06:12 -0600
commit30d083903f28965122800cc6ba3dc1ad08aff47f (patch)
tree46c7dc7d325b2044fb4f039908a6614c7785e3ec /src/mesa/program/hash_table.h
parentd1dda951c85f65612ed6fe080728f67fdc93d232 (diff)
glsl2: remove stray semicolon
Diffstat (limited to 'src/mesa/program/hash_table.h')
-rw-r--r--src/mesa/program/hash_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/hash_table.h b/src/mesa/program/hash_table.h
index 228ab948ff..ec088c7dde 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 */