diff options
Diffstat (limited to 'src/ini_rw.h')
-rw-r--r-- | src/ini_rw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ini_rw.h b/src/ini_rw.h index 10b21d3..9a84c10 100644 --- a/src/ini_rw.h +++ b/src/ini_rw.h @@ -2,7 +2,7 @@ #define INI_READ_H_INCLUDED // #include "deftypes.h" #include <stdint.h> /* int64_t*/ - + typedef struct lci_data { @@ -12,7 +12,7 @@ typedef struct lci_data { int64_t lineLen; char *section; - int64_t sectionLen; + int64_t sectionLen; int64_t sectionStartPos; char *param; int64_t paramLen; |