diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/commands.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/commands.h b/include/commands.h index 1e0a1452..8e53c74d 100644 --- a/include/commands.h +++ b/include/commands.h @@ -17,8 +17,7 @@ enum cmd_status { struct cmd_results { enum cmd_status status; - - const char *input; + char *input; char *error; }; |