From 751303359a105404fafd44c8b0721377ef95b04d Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 Jul 2016 21:45:32 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/util.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/util.h b/src/util.h index 6eafcb4..eb98285 100644 --- a/src/util.h +++ b/src/util.h @@ -94,9 +94,8 @@ void msleep(unsigned ms); /** * Check whether a NUL-terminated string is encoded in UTF-8 * - * @param string The string - * @param allow_modified_nul Whether Modified UTF-8 is allowed, which allows a two-byte encoding for NUL - * @return Zero if good, -1 on encoding error + * @param string The string + * @return Zero if good, -1 on encoding error */ GCC_ONLY(__attribute__((pure, nonnull))) int verify_utf8(const char* restrict string); -- cgit v1.2.3-70-g09d2