oops, removed stray parenthesis
This commit is contained in:
@@ -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");
|
fprintf(stderr, "the attribute type must lie in the range 1..32767.\n");
|
||||||
free(blob->ptr);
|
free(blob->ptr);
|
||||||
return FALSE);
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (*value_type == VALUE_NONE)
|
if (*value_type == VALUE_NONE)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user