FossilOrigin-Name: c25e7ea870f2255df7788a0efa6fa392408aa6c1204f2b1f0211c0b17f5d97cd
This commit is contained in:
7u83@mail.ru
2015-04-30 16:56:11 +00:00
parent 7a98b8eed8
commit 555f4fbb88
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ typedef const struct mbag_typedef * mbagtype_t;
struct mbag_item{
union {
uint32_t id;
char *name;
const char *name;
};
const struct mbag_typedef * type;
union {