perl: Fix comments outside of a C code block.

Message ID 20190929095346.10556-1-stefan.schantl@ipfire.org
State Accepted
Headers
Series perl: Fix comments outside of a C code block. |

Commit Message

Stefan Schantl Sept. 29, 2019, 9:53 a.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 src/perl/Location/Location.xs | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
  

Patch

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;