summaryrefslogtreecommitdiff
path: root/src/core/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/utf8.c')
-rw-r--r--src/core/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/utf8.c b/src/core/utf8.c
index 6daa878a..1daaf03f 100644
--- a/src/core/utf8.c
+++ b/src/core/utf8.c
@@ -26,7 +26,7 @@
#include "module.h"
#include "wcwidth.c"
-int advance(char const **str, gboolean utf8)
+int string_advance(char const **str, gboolean utf8)
{
if (utf8) {
gunichar c;