Skip to content

Commit

Permalink
Add TODO refactoring comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Mar 2, 2024
1 parent 3abe7b7 commit 707f346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librz/core/cmd/cmd_alias.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "rz_cmd.h"
#include "rz_core.h"

// TODO: Refactor out code for $* and $**
static int rz_cmd_alias(void *data, const char *input) {
RzCore *core = (RzCore *)data;
int i = strlen(input);
Expand Down

0 comments on commit 707f346

Please sign in to comment.