aboutsummaryrefslogtreecommitdiffstats
path: root/strlcat.c
diff options
context:
space:
mode:
Diffstat (limited to 'strlcat.c')
-rw-r--r--strlcat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strlcat.c b/strlcat.c
index 7b9673f9..fe3ec105 100644
--- a/strlcat.c
+++ b/strlcat.c
@@ -21,7 +21,7 @@
#include <assert.h>
#include <string.h>
-#if !HAVE_STRLCAT
+#ifndef HAVE_STRLCAT
/*
* Appends src to string dst of size siz (unlike strncat, siz is the
* full size of dst, not space left). At most siz-1 characters