Fix warning.

This commit is contained in:
Steve Checkoway
2006-03-18 08:43:15 +00:00
parent 9b71410b14
commit 678c74e7c1
+1 -1
View File
@@ -3604,7 +3604,7 @@ void ScreenEdit::DoHelp()
{
g_EditHelp.rows.clear();
for( int i=0; i<ARRAYSIZE(g_EditHelpLines); i++ )
for( unsigned i=0; i<ARRAYSIZE(g_EditHelpLines); ++i )
{
const EditHelpLine &hl = g_EditHelpLines[i];