fix compile bustage

git-svn-id: svn://10.0.0.236/trunk@14203 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%netscape.com
1998-11-06 17:11:58 +00:00
parent 421b40e34f
commit 4bc88b9fbd

View File

@@ -164,8 +164,10 @@ PRInt32 nsComboBox::FindItem(nsString &aItem, PRInt32 aStartPos)
}
}
NS_FREE_STR_BUF(val);
#endif
return index;
#else
return -1;
#endif
}
//-------------------------------------------------------------------------