Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rparse to rcore binding for afen #346

Merged
merged 2 commits into from
Jun 25, 2024
Merged

Conversation

satk0
Copy link
Contributor

@satk0 satk0 commented Jun 23, 2024

Checklist

Description

afen/src/main.c Outdated
}

// RParse plugin Definition Info
RParsePlugin r_parse_plugin_afen = {
.name = "rparse-afen",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about naming it “afen”

Suggested change
.name = "rparse-afen",
.name = "afen",

afen/src/main.c Outdated

return true;
}

static int r_cmd_fini(void *user, const char *input) {
static int r_core_fini_afen(void *user, const char *input) {
r_list_free(old_names);
r_list_free(new_names);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space before (

@satk0
Copy link
Contributor Author

satk0 commented Jun 25, 2024

Hopefully, now is cool 😄

@trufae trufae merged commit 6e4ece2 into radareorg:master Jun 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants