util/StringUtil: rename strchug_fast_c() to strchug_fast()

Overload the name.
This commit is contained in:
Max Kellermann
2013-10-18 12:24:09 +02:00
parent b105093dcd
commit 58fe352fda
5 changed files with 6 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
#include <assert.h>
const char *
strchug_fast_c(const char *p)
strchug_fast(const char *p)
{
while (*p != 0 && g_ascii_isspace(*p))
++p;