From 5821aacf7f11a42bd3ae1fbc3d54650b0d55b0f3 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sat, 16 Sep 2023 13:17:56 -0700 Subject: [PATCH] raylib: fix help-lint --- extra/raylib/raylib-docs.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/raylib/raylib-docs.factor b/extra/raylib/raylib-docs.factor index cf75492335..98dd82734a 100644 --- a/extra/raylib/raylib-docs.factor +++ b/extra/raylib/raylib-docs.factor @@ -5538,7 +5538,8 @@ HELP: get-ray-collision-ground HELP: AudioCallback { $values - quot: { $quotation ( void* int -- ) } } + quot: { $quotation ( void* int -- ) } + alien: c-ptr } { $description Constructs a \ alien-callback that can be passed to raylib's audio processing functions. } -- 2.34.1