aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_test_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_test_random.c')
-rw-r--r--src/regex/regex_test_random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_test_random.c b/src/regex/regex_test_random.c
index 29b5315db..02d59f5dc 100644
--- a/src/regex/regex_test_random.c
+++ b/src/regex/regex_test_random.c
@@ -123,8 +123,8 @@ REGEX_TEST_generate_random_regex (size_t rx_length, char *matching_str)
123 } 123 }
124 124
125 if ((NULL != matching_strp) && 125 if ((NULL != matching_strp) &&
126 ((current_char != '+') &&(current_char != '*') &&(current_char != 126 ((current_char != '+') && (current_char != '*') && (current_char !=
127 '?') && 127 '?') &&
128 (current_char != '|') )) 128 (current_char != '|') ))
129 { 129 {
130 *matching_strp = current_char; 130 *matching_strp = current_char;