aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/utf8.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utf8.h b/src/utf8.h
index 75f1b3226..ef3af91f5 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -26,4 +26,3 @@ unsigned char * utf8StrToLatin1Dup(unsigned char * utf8);
int validUtf8String(unsigned char * string);
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */