From 8e62b03217c78e78eddf3ff8dbd5948dd4831aa6 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 23 Aug 2024 10:48:29 +0800
Subject: [PATCH] update build shell script form openlibs
---
booster/dictionary.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/booster/dictionary.h b/booster/dictionary.h
index d04b6ce..87d31d9 100644
--- a/booster/dictionary.h
+++ b/booster/dictionary.h
@@ -4,6 +4,7 @@
@file dictionary.h
@author N. Devillard
@brief Implements a dictionary for string variables.
+ @url https://github.com/ndevilla/iniparser
This module implements a simple dictionary object, i.e. a list
of string/string associations. This object is useful to store e.g.
@@ -73,7 +74,7 @@
/**
@brief Create a new dictionary object.
@param size Optional initial size of the dictionary.
- @return 1 newly allocated dictionary objet.
+ @return 1 newly allocated dictionary object.
This function allocates a new dictionary object of given size and returns
it. If you do not know in advance (roughly) the number of entries in the
--
Gitblit v1.9.1