diff --git a/src/common.h b/src/common.h index 111ff376..d22992fd 100644 --- a/src/common.h +++ b/src/common.h @@ -38,7 +38,7 @@ #if !GLIB_CHECK_VERSION(2,32,0) #define g_hash_table_add(hash_table, key) p_hash_table_add(hash_table, key) -#define g_hash_table_contains(hash_table, key) p_hash_table_contains(hash_table, key); +#define g_hash_table_contains(hash_table, key) p_hash_table_contains(hash_table, key) #endif #ifndef NOTIFY_CHECK_VERSION