diff options
author | M.Gergő | 2020-05-08 21:10:20 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-08 21:10:20 +0200 |
commit | 1ed4114bb3b9e701dcf6b2d8f1c6da2b47979d4d (patch) | |
tree | 5527f11faed55f5eb5e5f27ac24207cb36435a73 /src/ini_rw.h | |
parent | 8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1 (diff) | |
download | lightconfini-1ed4114bb3b9e701dcf6b2d8f1c6da2b47979d4d.tar.gz lightconfini-1ed4114bb3b9e701dcf6b2d8f1c6da2b47979d4d.zip |
escaping
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; |