Skip to content

Commit 807047d

Browse files
committed
fix typo in ##18205
1 parent 941fa26 commit 807047d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ value_t fl_invoke_julia_macro(fl_context_t *fl_ctx, value_t *args, uint32_t narg
195195
// arguments when lowering; should agree with broadcast.jl on what is a
196196
// scalar. When in doubt, return false, since this is only an optimization.
197197
// (TODO: update after #16966 is resolved.)
198-
int fl_julia_scalar(fl_context_t *fl_ctx, value_t *args, uint32_t nargs)
198+
value_t fl_julia_scalar(fl_context_t *fl_ctx, value_t *args, uint32_t nargs)
199199
{
200200
argcount(fl_ctx, "julia-scalar?", nargs, 1);
201201
if (fl_isnumber(fl_ctx, args[0]))

0 commit comments

Comments
 (0)