diff options
Diffstat (limited to 'src/core/wee-hook.h')
-rw-r--r-- | src/core/wee-hook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-hook.h b/src/core/wee-hook.h index 2198e28e1..25a418545 100644 --- a/src/core/wee-hook.h +++ b/src/core/wee-hook.h @@ -288,7 +288,7 @@ struct t_hook_print t_hook_callback_print *callback; /* print callback */ struct t_gui_buffer *buffer; /* buffer selected (NULL = all) */ int tags_count; /* number of tags selected */ - char **tags_array; /* tags selected (NULL = any) */ + char ***tags_array; /* tags selected (NULL = any) */ char *message; /* part of message (NULL/empty = all)*/ int strip_colors; /* strip colors in msg for callback? */ }; |