diff options
author | Brian Paul <[email protected]> | 2010-08-11 14:00:02 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-08-11 15:06:12 -0600 |
commit | 30d083903f28965122800cc6ba3dc1ad08aff47f (patch) | |
tree | 46c7dc7d325b2044fb4f039908a6614c7785e3ec /src/mesa | |
parent | d1dda951c85f65612ed6fe080728f67fdc93d232 (diff) |
glsl2: remove stray semicolon
Diffstat (limited to 'src/mesa')
-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 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 */ |