Commit 46fbc975 authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

perl: Fix comments outside of a C code block.

Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 777959b2
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment