diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2024-01-18 13:39:08 +0100 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2024-01-18 13:39:08 +0100 |
commit | 1b4a12633932e63cce290a3d0e3d807ace094d1b (patch) | |
tree | 8f996f5fb41b63a1627ec78beb35ef572be79439 | |
parent | 9246b498d19966545eaeb3f42fca16a6588a0129 (diff) |
Fix typo
-rw-r--r-- | src/grab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # include <pcre2posix.h> #else # include <regex.h> -# ifdef REG_DOTALL +# ifndef REG_DOTALL # define REG_DOTALL 0 # endif # define REG_UCP 0 |