Skip to content

Commit

Permalink
Update core plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 10, 2024
1 parent b2e0106 commit 747cdf5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions plugin/core_r2book.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,11 @@ static int r_cmd_r2book(void *user, const char *input) {

// PLUGIN Definition Info
RCorePlugin r_core_plugin_r2book = {
.name = "r2book",
.desc = "Adds r2book, r2books and r2h commands",
.license = "LGPL3",
.meta = {
.name = "r2book",
.desc = "Adds r2book, r2books and r2h commands",
.license = "LGPL3",
},
.call = r_cmd_r2book,
};

Expand Down

0 comments on commit 747cdf5

Please sign in to comment.