(hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)

This commit is contained in:
Paul Eggert
2002-10-22 04:39:05 +00:00
parent fece5986bf
commit 5dd5fd4a56

View File

@@ -38,7 +38,7 @@ hash_compare_muscles (void const *x, void const *y)
{
const muscle_entry_t *m1 = x;
const muscle_entry_t *m2 = y;
return strcmp (m1->key, m2->key) ? FALSE : TRUE;
return strcmp (m1->key, m2->key) == 0;
}
static unsigned int