diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-07-22 15:10:24 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-07-22 15:10:24 +0000 |
commit | 5339b8ce3a09df8690fa07440e858e512f5f050f (patch) | |
tree | 8cb4be4b2c1255a4bb0e6158f8fa52e30f3fdddc | |
parent | 20134fa9f4401aecc09b38e7733385868e2837c5 (diff) | |
download | rtmux-5339b8ce3a09df8690fa07440e858e512f5f050f.tar.gz rtmux-5339b8ce3a09df8690fa07440e858e512f5f050f.tar.bz2 rtmux-5339b8ce3a09df8690fa07440e858e512f5f050f.zip |
Typo.
-rw-r--r-- | compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |