aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.c')
-rw-r--r--src/utf8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utf8.c b/src/utf8.c
index 2c0c20a5f..6ab9e599c 100644
--- a/src/utf8.c
+++ b/src/utf8.c
@@ -128,3 +128,4 @@ unsigned char * utf8StrToLatin1Dup(unsigned char * utf8) {
return realloc(ret,len+1);
}
+/* vim:set shiftwidth=4 tabstop=8 expandtab: */