diff options
Diffstat (limited to 'commands.h')
-rw-r--r-- | commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ #include "types.h" -typedef void* arg_t; +typedef int arg_t; typedef bool (*cmd_f)(arg_t); #define G_CMD(c) g_##c, |