From 21b0ea38dbbb4ed4cc2908f581e1f3d1c17a1bfb Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Tue, 25 Feb 2014 14:32:44 +0100 Subject: [PATCH] fixed doc --- include/pcp/z85.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pcp/z85.h b/include/pcp/z85.h index 2257788..1a0eba9 100644 --- a/include/pcp/z85.h +++ b/include/pcp/z85.h @@ -134,7 +134,7 @@ char *pcp_readz85string(byte *input, size_t bufsize); \return Returns 0 if the sequence is not utf8 or a number greater than 1 indicating the size of the utf8 char. */ -uint8_t is_utf8(const byte * string); +uint8_t is_utf8(const byte * bytes); /** Determine if a buffer is binary or ascii.