aboutsummaryrefslogtreecommitdiff
path: root/src/grab.c
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2024-01-18 13:39:08 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2024-01-18 13:39:08 +0100
commit1b4a12633932e63cce290a3d0e3d807ace094d1b (patch)
tree8f996f5fb41b63a1627ec78beb35ef572be79439 /src/grab.c
parent9246b498d19966545eaeb3f42fca16a6588a0129 (diff)
Fix typo
Diffstat (limited to 'src/grab.c')
-rw-r--r--src/grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grab.c b/src/grab.c
index 7571b19..94ec7c4 100644
--- a/src/grab.c
+++ b/src/grab.c
@@ -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