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