aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utf8.h')
-rw-r--r--src/utf8.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utf8.h b/src/utf8.h
index 353977bef..6203aa611 100644
--- a/src/utf8.h
+++ b/src/utf8.h
@@ -31,5 +31,4 @@ char *utf8_to_latin1(char *dest, const char *utf8);
char *latin1_to_utf8(char *dest, const char *utf8);
-
#endif