diff options
Diffstat (limited to 'src/command/commands.h')
-rw-r--r-- | src/command/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.h b/src/command/commands.h index aee74849..27a02249 100644 --- a/src/command/commands.h +++ b/src/command/commands.h @@ -46,7 +46,7 @@ typedef struct cmd_t { gchar** (*parser)(const char * const inp, int min, int max); int min_args; int max_args; - void (*setting_func)(void); + void (**setting_func)(void); CommandHelp help; } Command; |