Compat: remove trailing spaces

This commit is contained in:
Jean-Baptiste Kempf 2016-01-23 14:47:51 +01:00
parent 0b2767bd7d
commit 50c5dc0a99
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ char * strnstr (const char *haystack, const char *needle, size_t len)
if( len < i )
return NULL;
size_t count = len - i;
do