diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-17 21:45:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-17 21:45:32 +0200 |
commit | 751303359a105404fafd44c8b0721377ef95b04d (patch) | |
tree | f32e9a043e7295796cb86ffd0959208e334b8867 | |
parent | ... (diff) | |
download | coopgammad-751303359a105404fafd44c8b0721377ef95b04d.tar.gz coopgammad-751303359a105404fafd44c8b0721377ef95b04d.tar.bz2 coopgammad-751303359a105404fafd44c8b0721377ef95b04d.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | src/util.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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); |