Skip to content

Commit ca312d1

Browse files
committed
Fix typos
1 parent a33f852 commit ca312d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/tc_palloc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ struct tc_pool_s {
3636
int max;
3737
int fn;
3838
} sh_num;
39-
unsigned int main_size:16;
40-
unsigned int sub_size:16;
39+
int main_size;
40+
int sub_size;
4141
tc_pool_t *current;
4242
union {
4343
tc_mem_hid_info_t *fp;

0 commit comments

Comments
 (0)