Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
src/perl/Location/Location.xs | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/perl/Location/Location.xs b/src/perl/Location/Location.xs
index 9e98aed..f94ca31 100644
--- a/src/perl/Location/Location.xs
+++ b/src/perl/Location/Location.xs
@@ -56,9 +56,9 @@ init(file)
OUTPUT:
RETVAL
-/*
- * Database functions
- */
+#
+# Database functions
+#
const char*
get_vendor(db)
struct loc_database* db;
@@ -69,9 +69,9 @@ get_vendor(db)
OUTPUT:
RETVAL
-/*
- * Lookup functions
- */
+#
+# Lookup functions
+#
char*
lookup_country_code(db, address)
struct loc_database* db;
--
2.20.1