diff options
-rw-r--r-- | cbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ #define cmdclr(c) \ do { \ (c)->len = 0; \ - (c)->argv = NULL; \ + *(c)->argv = NULL; \ } while (0) /* Struct representing a CLI command that various functions act on. You will |