improve ptr

This commit is contained in:
Rongsong Shen 2025-04-25 10:21:04 +08:00
parent e1013e038b
commit 3425f75440
3 changed files with 25 additions and 23 deletions

View file

@ -22,7 +22,7 @@ typedef struct {
char **authors;
int n_chapters;
chapter_t *chapters_;
publish_t publish;
publish_t *publish;
int n_magic1;
uint32_t *magic_1;
int acquire_method;