Skip to content

Commit

Permalink
Fix type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pelijah committed Apr 24, 2024
1 parent 2c2c6fa commit b883a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/core/core_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ typedef int (*RzPanelsMenuCallback)(void *user);
typedef struct rz_panels_menu_item {
int selectedIndex;
char *name;
RzPVector /*<RzPanelsMenuItem* >*/ sub_vec;
RzPVector /*<RzPanelsMenuItem *>*/ sub_vec;
RzPanelsMenuCallback cb;
RzPanel *p;
} RzPanelsMenuItem;
Expand Down

0 comments on commit b883a58

Please sign in to comment.