fuzz: == false -> !
diff --git a/fuzz.c b/fuzz.c
index f073eb6..0a010cc 100644
--- a/fuzz.c
+++ b/fuzz.c
@@ -559,7 +559,7 @@
         }
     };
 
-    if (arch_archThreadInit(&run) == false) {
+    if (!arch_archThreadInit(&run)) {
         LOG_F("Could not initialize the thread");
     }