From a4216e907b3e139589b5fcee35874b670f985b89 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 21 Aug 2024 10:57:47 +0800
Subject: [PATCH] Add .ini parser example code

---
 booster/iniparser.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/booster/iniparser.h b/booster/iniparser.h
index 1fdfe58..6a137c5 100644
--- a/booster/iniparser.h
+++ b/booster/iniparser.h
@@ -1,10 +1,10 @@
 
 /*-------------------------------------------------------------------------*/
 /**
-   @file    iniparser.h v4.1
+   @file    iniparser.h
    @author  N. Devillard
-   @url     https://github.com/ndevilla/iniparser
    @brief   Parser for ini files.
+   @url     https://github.com/ndevilla/iniparser
 */
 /*--------------------------------------------------------------------------*/
 

--
Gitblit v1.9.1