From: Capital-EX Date: Sat, 16 Sep 2023 17:05:31 +0000 (-0400) Subject: Fix help file X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=0a241fe4ac67cd4fc563dafb8b67e9f746cd3d6f Fix help file Turns out there as a stray void causing a failure in `alien.c-types`. This should fix it. --- diff --git a/extra/raylib/raylib-docs.factor b/extra/raylib/raylib-docs.factor index 09c1309e04..cf75492335 100644 --- a/extra/raylib/raylib-docs.factor +++ b/extra/raylib/raylib-docs.factor @@ -5536,7 +5536,7 @@ HELP: get-ray-collision-ground ground-height: float ray-collision: RayCollision } ; -HELP: void AudioCallback +HELP: AudioCallback { $values quot: { $quotation ( void* int -- ) } } { $description