diff options
Diffstat (limited to 'zyklonb.c')
-rw-r--r-- | zyklonb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ static struct config_item g_config_table[] = struct plugin_data { - LIST_HEADER (plugin_data) + LIST_HEADER (struct plugin_data) struct bot_context *ctx; ///< Parent context char *name; ///< Plugin identifier |