about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
Diffstat (limited to 'Src')
-rw-r--r--Src/utils.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 19ec4ab6e..21fdffddb 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -35,6 +35,7 @@
 /**/
 char *scriptname;
 
+/**/
 #ifdef MULTIBYTE_SUPPORT
 /*
  * The wordchars variable turned into a wide character array.
@@ -43,6 +44,7 @@ char *scriptname;
 
 /**/
 mod_export wchar_t *wordchars_wide;
+/**/
 #endif
 
 /* Print an error */