]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix AFL
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 8 May 2020 19:51:17 +0000 (21:51 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 8 May 2020 19:51:17 +0000 (21:51 +0200)
src/main.c

index 156e85fc080c2d245ceeed418edb0e99776f1ba3..ede3938dd2c58607039a7475ea234b7af37b53dc 100644 (file)
@@ -39,7 +39,7 @@ static void afl_run(const Gwion gwion) {
   }
   text_release(&text);
 }
-#define gwion_run(a) { afl_run(a); return; }
+#define gwion_run(a) { afl_run(a); return 0; }
 #endif
 
 int main(int argc, char** argv) {