summaryrefslogtreecommitdiff
path: root/src/utilfuns/Greek2Greek.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilfuns/Greek2Greek.cpp')
-rw-r--r--src/utilfuns/Greek2Greek.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/utilfuns/Greek2Greek.cpp b/src/utilfuns/Greek2Greek.cpp
index 7e81f0f..d39e00b 100644
--- a/src/utilfuns/Greek2Greek.cpp
+++ b/src/utilfuns/Greek2Greek.cpp
@@ -22,8 +22,8 @@
//*****************************************************************************
#include <stdio.h>
-#include <string.h>
#include <ctype.h>
+#include <string.h>
#include "Greek2Greek.h"
#include "GreekChars.h"
@@ -34,6 +34,8 @@
// method of transliteration.
//*****************************************************************************
+SWORD_NAMESPACE_START
+
unsigned char Greek2bGreek(
unsigned char *sResult,
unsigned char *sGreekText,
@@ -899,3 +901,5 @@ int main()
}
#endif // __TEST
+
+SWORD_NAMESPACE_END