From: Brian Paul Date: Wed, 11 Aug 2010 20:00:02 +0000 (-0600) Subject: glsl2: remove stray semicolon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30d083903f28965122800cc6ba3dc1ad08aff47f;p=mesa.git glsl2: remove stray semicolon --- diff --git a/src/mesa/program/hash_table.h b/src/mesa/program/hash_table.h index 228ab948ff4..ec088c7dde1 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 */