diff --git a/exec/coroparse.c b/exec/coroparse.c index a1e38437..f3a26ee3 100644 --- a/exec/coroparse.c +++ b/exec/coroparse.c @@ -188,7 +188,7 @@ static int parse_section(FILE *fp, value, strlen (value) + 1, OBJDB_VALUETYPE_STRING); } - if ((loc = strchr_rs (line, '}'))) { + if (strchr_rs (line, '}')) { return 0; } }