diff options
Diffstat (limited to 'win32/regex_internal.c')
-rw-r--r-- | win32/regex_internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/regex_internal.c b/win32/regex_internal.c index d4121f2f4..c33561743 100644 --- a/win32/regex_internal.c +++ b/win32/regex_internal.c | |||
@@ -685,7 +685,7 @@ re_string_reconstruct (re_string_t *pstr, int idx, int eflags) | |||
685 | pstr->valid_len - offset); | 685 | pstr->valid_len - offset); |
686 | pstr->valid_len -= offset; | 686 | pstr->valid_len -= offset; |
687 | pstr->valid_raw_len -= offset; | 687 | pstr->valid_raw_len -= offset; |
688 | #if DEBUG | 688 | #ifdef DEBUG |
689 | assert (pstr->valid_len > 0); | 689 | assert (pstr->valid_len > 0); |
690 | #endif | 690 | #endif |
691 | } | 691 | } |