fix编译失败的地方

This commit is contained in:
anod 2023-05-09 14:47:23 +08:00
parent a75e29de70
commit 183e91c698

View File

@ -8,6 +8,6 @@
extern atp_error_t use_config_page( struct global_oaf_config* ); extern atp_error_t use_config_page( struct global_oaf_config* );
extern atp_error_t help_page( atp_text_t *wording, atp_counter_t length ); extern atp_error_t help_page( atp_text_t *wording, atp_counter_t length );
#define use_help_page(text) help_page((text), sizeof((text))/sizeof(atp_text_t)); #define use_help_page(text) help_page((text), sizeof((text))/sizeof(atp_text_t))
#endif//__OAF_PAGES_H__ #endif//__OAF_PAGES_H__