Fix help text
This commit is contained in:
parent
026a68364b
commit
1edaf643c9
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue
Block a user