diff options
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); } |