fixed syntax error

This commit is contained in:
Frank Morgner 2016-02-16 07:11:57 +01:00
parent 5e75dfc529
commit 500e358ea7

View File

@ -4,5 +4,5 @@
*/
#ifndef HAVE_STRNLEN
size_t strnlen(const char *str, size_t maxlen)
size_t strnlen(const char *str, size_t maxlen);
#endif