Commit 3866d464 authored by 2!tgraf's avatar 2!tgraf

Give pedit kind size a name

(Logical change 1.126)
parent 6107d297
...@@ -37,10 +37,12 @@ ...@@ -37,10 +37,12 @@
#define RU16 0xFFFF #define RU16 0xFFFF
#define RU8 0xFF #define RU8 0xFF
#define PEDITKINDSIZ 16
struct m_pedit_util struct m_pedit_util
{ {
struct m_pedit_util *next; struct m_pedit_util *next;
char id[16]; char id[PEDITKINDSIZ];
int (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey); int (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment