diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 10:07:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 10:11:29 -0400 |
commit | 67975a5944706e382fe1e7b00d226715c6242358 (patch) | |
tree | e93dd37df57f49d4327567479521014f380206e5 /include/ini.h | |
parent | 30c9945e0da19305ebad88a2835653ff4f409313 (diff) | |
download | stasis-67975a5944706e382fe1e7b00d226715c6242358.tar.gz |
Mass attempt at windows portability
Diffstat (limited to 'include/ini.h')
-rw-r--r-- | include/ini.h | 10 |
1 files changed, 5 insertions, 5 deletions
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); |