aboutsummaryrefslogtreecommitdiffstats
path: root/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'strlcpy.c')
-rw-r--r--strlcpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strlcpy.c b/strlcpy.c
index 64d9c575..baf2c7a7 100644
--- a/strlcpy.c
+++ b/strlcpy.c
@@ -21,7 +21,7 @@
#include <assert.h>
#include <string.h>
-#if !HAVE_STRLCPY
+#ifndef HAVE_STRLCPY
/*
* Copy src to string dst of size siz. At most siz-1 characters
* will be copied. Always NUL terminates (unless siz == 0).