public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] perl: Fix comments outside of a C code block.
@ 2019-09-29  9:53 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2019-09-29  9:53 UTC (permalink / raw)
  To: location

[-- Attachment #1: Type: text/plain, Size: 698 bytes --]

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-29  9:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-29  9:53 [PATCH] perl: Fix comments outside of a C code block Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox