Fix help text

This commit is contained in:
Gvidas Juknevičius 2024-06-27 22:58:33 +03:00
parent 026a68364b
commit 1edaf643c9
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

View File

@ -15,7 +15,8 @@ typedef struct plug_t {
plug_t* p = {0};
// If any function returns 0/NULL the plugin will be disabled
// If any function returns not 0 the plugin will be disabled
// Except for `pre_reload`, the plugin will be disabled if it is NULL
int plug_init(plug_ctx_t* ctx) {
setup_ctx(ctx);
p = malloc(sizeof(plug_t));