Signed-off-by: Angus Salkeld <[email protected]>
---
exec/coroparse.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/exec/coroparse.c b/exec/coroparse.c
index a1e3843..f3a26ee 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;
}
}
--
1.6.6.1
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais