diff options
Diffstat (limited to 'src/util/StringUtil.cxx')
-rw-r--r-- | src/util/StringUtil.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/StringUtil.cxx b/src/util/StringUtil.cxx index 87d032735..26aa7825e 100644 --- a/src/util/StringUtil.cxx +++ b/src/util/StringUtil.cxx @@ -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; |