Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 30, 2024
1 parent db2197b commit d2eae25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/util/table.c
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ typedef struct r_table_visual_state_t {
bool va;
RenderTableRows render_fn;
void *user;
} TableVisualState;
};

static void r_table_visual_row(RTable *table, const RListInfo *info, int i, TableVisualState *state) {
RCons *cons = (RCons *) table->cons;
Expand Down

0 comments on commit d2eae25

Please sign in to comment.