STABLE14-windows-misc-fix-20050102

fix typo


(cherry picked from commit 5bbfc9302503af54ecfd78450abc0b1edf88a860)
This commit is contained in:
Jeffrey Altman 2005-01-31 04:08:49 +00:00 committed by Derrick Brashear
parent ae2b17e1eb
commit 25297a74ee

View File

@ -108,7 +108,7 @@ cm_cell_t *cm_GetCell_Gen(char *namep, char *newnamep, long flags)
/* remove the entry from the allCells list /* remove the entry from the allCells list
* we will re-insert it later * we will re-insert it later
*/ */
for (cpp = &cm_data.allCellsp; *cpp; cpp=&(*cpp)->nextp) { for (cpp = &cm_allCellsp; *cpp; cpp=&(*cpp)->nextp) {
if (*cpp == cp) { if (*cpp == cp) {
(*cpp) = cp->nextp; (*cpp) = cp->nextp;
break; break;