[buddy] * src/pairs.c (bdd_pairalloc): Fix prototype.
This commit is contained in:
parent
21a28ca822
commit
24054605da
2 changed files with 5 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ void bdd_pairs_vardown(int level)
|
|||
}
|
||||
|
||||
|
||||
static bddPair *bdd_pairalloc()
|
||||
static bddPair *bdd_pairalloc(void)
|
||||
{
|
||||
bddPair *p;
|
||||
if ((p=(bddPair*)malloc(sizeof(bddPair))) == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue