oops, removed stray parenthesis

This commit is contained in:
Andreas Steffen
2010-05-20 17:39:10 +02:00
parent 9806381322
commit 3e3059ba7c
@@ -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)
{