From 779ccf8c11d3990052f3e0f400319dbb8c2d7f77 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 26 Aug 2018 20:55:48 +0200 Subject: Fixes and tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libsimple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsimple.h') diff --git a/libsimple.h b/libsimple.h index 3a18365..4e21e68 100644 --- a/libsimple.h +++ b/libsimple.h @@ -731,7 +731,7 @@ char *libsimple_strrncasestr(const char *, const char *, size_t); /* TODO test * _LIBSIMPLE_GCC_ONLY(__attribute__((__pure__, __nonnull__, __warn_unused_result__))) -char *libsimple_strnstr(const char *, const char *, size_t); /* TODO test */ +char *libsimple_strncasestr(const char *, const char *, size_t); /* TODO test */ #ifndef strncasestr # define strncasestr libsimple_strncasestr #endif -- cgit v1.2.3-70-g09d2