Skip to content

Commit

Permalink
fix typo in ##18205
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Aug 24, 2016
1 parent 941fa26 commit 807047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ value_t fl_invoke_julia_macro(fl_context_t *fl_ctx, value_t *args, uint32_t narg
// arguments when lowering; should agree with broadcast.jl on what is a
// scalar. When in doubt, return false, since this is only an optimization.
// (TODO: update after #16966 is resolved.)
int fl_julia_scalar(fl_context_t *fl_ctx, value_t *args, uint32_t nargs)
value_t fl_julia_scalar(fl_context_t *fl_ctx, value_t *args, uint32_t nargs)
{
argcount(fl_ctx, "julia-scalar?", nargs, 1);
if (fl_isnumber(fl_ctx, args[0]))
Expand Down

0 comments on commit 807047d

Please sign in to comment.