(hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2002 04:39:05 +0000 (04:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2002 04:39:05 +0000 (04:39 +0000)
src/muscle_tab.c

index abac4a1..b86c09b 100644 (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