summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/commands.h3
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 {
17 17
18struct cmd_results { 18struct cmd_results {
19 enum cmd_status status; 19 enum cmd_status status;
20 20 char *input;
21 const char *input;
22 char *error; 21 char *error;
23}; 22};
24 23