From 1ed4114bb3b9e701dcf6b2d8f1c6da2b47979d4d Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Fri, 8 May 2020 21:10:20 +0200 Subject: escaping --- src/ini_rw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ini_rw.h') 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 /* 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; -- cgit v1.2.3