From 3e3059ba7c050977c7d792922e363cd23473e227 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 20 May 2010 17:38:39 +0200 Subject: [PATCH] oops, removed stray parenthesis --- src/libhydra/plugins/attr_sql/pool_attributes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libhydra/plugins/attr_sql/pool_attributes.c b/src/libhydra/plugins/attr_sql/pool_attributes.c index 7ee207536..0fdfc87fd 100644 --- a/src/libhydra/plugins/attr_sql/pool_attributes.c +++ b/src/libhydra/plugins/attr_sql/pool_attributes.c @@ -236,7 +236,7 @@ static bool parse_attributes(char *name, char *value, value_type_t *value_type, { fprintf(stderr, "the attribute type must lie in the range 1..32767.\n"); free(blob->ptr); - return FALSE); + return FALSE; } if (*value_type == VALUE_NONE) {