Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
thradams committed Mar 22, 2024
1 parent a37a539 commit 19d597a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/expressions.c
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,8 @@ struct object *expression_get_object(struct expression *p_expression, struct obj
return p_object;
}

return NULL;
// assert(false);
return p_object;
}

struct expression *owner primary_expression(struct parser_ctx *ctx)
Expand Down

0 comments on commit 19d597a

Please sign in to comment.