From 67975a5944706e382fe1e7b00d226715c6242358 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 May 2024 10:07:16 -0400 Subject: Mass attempt at windows portability --- include/ini.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/ini.h') diff --git a/include/ini.h b/include/ini.h index fa2bd98..6e445e2 100644 --- a/include/ini.h +++ b/include/ini.h @@ -101,11 +101,11 @@ struct INIFILE *ini_open(const char *filename); struct INISection *ini_section_search(struct INIFILE **ini, unsigned mode, char *value); /** - * - * @param ini - * @param section - * @param key - * @return + * + * @param ini + * @param section + * @param key + * @return */ int ini_has_key(struct INIFILE *ini, const char *section, const char *key); -- cgit