From 817aa55011d9d685930fd59a42df807d8ba9b2c2 Mon Sep 17 00:00:00 2001 From: Clecio Jung Date: Sun, 16 Apr 2023 10:05:54 -0300 Subject: Simplifying the usage of the API --- examples/ini_file_search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ini_file_search.c') 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; -- cgit v1.2.3