[buddy] fix previous patch

* src/fdd.c: C++ comments are not supported in C90.
This commit is contained in:
Alexandre Duret-Lutz 2017-04-19 13:23:40 +02:00
parent 2fb93faa4e
commit ba15788a94

View file

@ -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);