aboutsummaryrefslogtreecommitdiff
path: root/examples/ini_file_search.c
diff options
context:
space:
mode:
authorClecio Jung2023-04-16 10:05:54 -0300
committerClecio Jung2023-04-16 10:05:54 -0300
commit817aa55011d9d685930fd59a42df807d8ba9b2c2 (patch)
treed6abaec4c3d2ed8830e46a5bdfca988e9ea279e5 /examples/ini_file_search.c
parent9826b77f89c80fac287fa02a2fe432ac8e5ea462 (diff)
downloadlibini-817aa55011d9d685930fd59a42df807d8ba9b2c2.tar.xz
libini-817aa55011d9d685930fd59a42df807d8ba9b2c2.tar.zst
Simplifying the usage of the API
Diffstat (limited to 'examples/ini_file_search.c')
-rw-r--r--examples/ini_file_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ini_file_search.c b/examples/ini_file_search.c
index 674631f..9a95dc4 100644
--- a/examples/ini_file_search.c
+++ b/examples/ini_file_search.c
@@ -14,7 +14,7 @@
*/
int main(const int argc, const char **const argv) {
- enum Ini_File_Errors error;
+ enum Ini_File_Error error;
struct Ini_File *ini_file;
struct Ini_Section *ini_section;
char *value;