diff options
| -rw-r--r-- | src/ini.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -410,6 +410,7 @@ struct INIFILE *ini_open(const char *filename) {              reading_value = 1;          }      } +    fclose(fp);      return ini;  }
\ No newline at end of file | 
