diff options
| -rw-r--r-- | 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 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 */ | 
