Fix typo in glue_back_select

This commit is contained in:
Howard Chu 2001-12-10 12:30:43 +00:00
parent efe8ac1bf9
commit 74377c9620

View file

@ -70,7 +70,7 @@ glue_back_select (
return gi->n[i].be;
}
}
return be;
return NULL;
}
/* This function will only be called in tool mode */