diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 15:15:18 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 15:15:18 +0200 |
commit | 7b4d3ab22988d021d5f12b81aec746f7e486fa52 (patch) | |
tree | 651e78e316411a39baadadb1cfaca450e1351c7f /src/constmap.c | |
parent | 25f74781424d5e13f0211c08cce8c2a1d60b9aec (diff) |
update to 4.3.09
Diffstat (limited to 'src/constmap.c')
-rw-r--r-- | src/constmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constmap.c b/src/constmap.c index ea153ea..469c4ea 100644 --- a/src/constmap.c +++ b/src/constmap.c @@ -145,7 +145,7 @@ int constmap_init_char(struct constmap *cm,char *s,int len,int flagcolon,char fl ++pos; i = j + 1; } - return 1; + return 1; } alloc_free(cm->hash); } |