fixed ase_sll_setcomper()

This commit is contained in:
hyung-hwan 2008-09-29 08:21:17 +00:00
parent fda36606e8
commit 6269382655

View File

@ -152,6 +152,7 @@ comper_t ase_sll_getcomper (sll_t* sll)
void ase_sll_setcomper (sll_t* sll, comper_t comper)
{
if (comper == ASE_NULL) comper = comp_data;
sll->comper = comper;
}