From b7376d586850f1499f3033c9f7e8280a089afb6f Mon Sep 17 00:00:00 2001 From: lionsoul Date: Thu, 12 Jan 2017 18:21:36 +0800 Subject: [PATCH] Add the author info for binding/c_mmap module --- binding/c_mmap/ip2region.c | 2 +- binding/c_mmap/ip2region.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/binding/c_mmap/ip2region.c b/binding/c_mmap/ip2region.c index 98e043e..c1324f3 100644 --- a/binding/c_mmap/ip2region.c +++ b/binding/c_mmap/ip2region.c @@ -16,7 +16,7 @@ /** * create a new ip2region object * - * @param dbFile path + * @param dbFile path */ IP2R_API uint_t ip2region_create(ip2region_t ip2rObj, char *dbFile) { diff --git a/binding/c_mmap/ip2region.h b/binding/c_mmap/ip2region.h index e677b3d..8f81dbe 100644 --- a/binding/c_mmap/ip2region.h +++ b/binding/c_mmap/ip2region.h @@ -2,6 +2,7 @@ * ip2region header file * * @author chenxin + * @author Leo Ma */ #ifndef _IP2REGION_H