summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/stringop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stringop.c b/common/stringop.c
index 0df2b33d..8c8e9aa2 100644
--- a/common/stringop.c
+++ b/common/stringop.c
@@ -96,7 +96,7 @@ char **split_args(const char *start, int *argc) {
96 bool in_token = false; 96 bool in_token = false;
97 bool in_string = false; 97 bool in_string = false;
98 bool in_char = false; 98 bool in_char = false;
99 bool in_brackets = false; // brackets are used for critera 99 bool in_brackets = false; // brackets are used for criteria
100 bool escaped = false; 100 bool escaped = false;
101 const char *end = start; 101 const char *end = start;
102 if (start) { 102 if (start) {