mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-13 22:58:42 +00:00
Typo in warning fixed.
This commit is contained in:
parent
a6c9f0648d
commit
d59405ec66
@ -141,7 +141,7 @@ val_compare(struct f_val v1, struct f_val v2)
|
|||||||
case T_STRING:
|
case T_STRING:
|
||||||
return strcmp(v1.val.s, v2.val.s);
|
return strcmp(v1.val.s, v2.val.s);
|
||||||
default:
|
default:
|
||||||
debug( "Compare of unkown entities: %x\n", v1.type );
|
debug( "Compare of unknown entities: %x\n", v1.type );
|
||||||
return CMP_ERROR;
|
return CMP_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user