Skip to content

Commit

Permalink
Wrong function call
Browse files Browse the repository at this point in the history
  • Loading branch information
s1341 committed May 7, 2024
1 parent addef1d commit 91fd089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/gumjs/gumquickstalker.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ gum_quick_stalker_iterator_put_chaining_return (GumQuickIterator * self,
JSContext * ctx,
GumQuickArgs * args)
{
gum_stalker_iterator_put_callout (self->handle);
gum_stalker_iterator_put_chaining_return (self->handle);

return JS_UNDEFINED;
}
Expand Down

0 comments on commit 91fd089

Please sign in to comment.