[buddy] fix previous patch
* src/fdd.c: C++ comments are not supported in C90.
This commit is contained in:
parent
2fb93faa4e
commit
ba15788a94
1 changed files with 1 additions and 1 deletions
|
|
@ -954,7 +954,7 @@ int fdd_intaddvarblock(int first, int last, int fixed)
|
||||||
res = tmp;
|
res = tmp;
|
||||||
}
|
}
|
||||||
|
|
||||||
bdd_addref(res); // Added by Jaco van de Pol, 25 march 2010
|
bdd_addref(res); /* Added by Jaco van de Pol, 25 march 2010 */
|
||||||
|
|
||||||
err = bdd_addvarblock(res, fixed);
|
err = bdd_addvarblock(res, fixed);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue