about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/commands.h')
-rw-r--r--src/command/commands.h2
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;