cosmetic
This commit is contained in:
@@ -75,6 +75,9 @@ return bblptr;
|
||||
/* --------------------------------------------------------------------- */
|
||||
int free_bubulles(BBList *bbl, int k)
|
||||
{
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, ">>> %s ( %p %d )\n", __func__, bbl, k);
|
||||
#endif
|
||||
|
||||
if (NULL == bbl->bbs) {
|
||||
fprintf(stderr, "%s : array ptr is null\n", __func__);
|
||||
@@ -147,7 +150,6 @@ if (where->fidx >= where->size) {
|
||||
#endif
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
memcpy(&where->bbs[where->fidx], what, sizeof(Bubulle));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user