[buddy] fix previous patch
* src/fdd.c: C++ comments are not supported in C90.
This commit is contained in:
parent
44ca086f5d
commit
cb920242a7
1 changed files with 1 additions and 1 deletions
|
|
@ -954,7 +954,7 @@ int fdd_intaddvarblock(int first, int last, int fixed)
|
|||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue