summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2011-07-22 15:10:24 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2011-07-22 15:10:24 +0000
commit5339b8ce3a09df8690fa07440e858e512f5f050f (patch)
tree8cb4be4b2c1255a4bb0e6158f8fa52e30f3fdddc /compat.h
parent20134fa9f4401aecc09b38e7733385868e2837c5 (diff)
Typo.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index 837287b0..b9ee7ba1 100644
--- a/compat.h
+++ b/compat.h
@@ -196,7 +196,7 @@ size_t strlcat(char *, const char *, size_t);
int daemon(int, int);
#endif
-#ifndef HAVE_B64NTOP
+#ifndef HAVE_B64_NTOP
/* b64_ntop.c */
int b64_ntop(const char *, size_t, char *, size_t);
#endif