Skip to content

Commit

Permalink
fixup! filterx function echo return value changed to TRUE(FilterXObje…
Browse files Browse the repository at this point in the history
…ct) from NULL
  • Loading branch information
bshifter committed Dec 11, 2023
1 parent f8bfaf7 commit bafacc0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ echo(GPtrArray *args)
evt_tag_str("type", log_msg_value_type_to_str(t)));
}
exit:
FilterXObject* res = filterx_boolean_new(TRUE);
return res;
return filterx_boolean_new(TRUE);
}

gpointer
Expand Down

0 comments on commit bafacc0

Please sign in to comment.