(svn r1451) Fix some of the signed/unsigned comparison warnings

This commit is contained in:
tron
2005-01-09 21:25:44 +00:00
parent d2e02df881
commit 4450ff105c
20 changed files with 39 additions and 33 deletions

View File

@@ -407,7 +407,7 @@ Window *AllocateWindow(
w->resize.step_height = 1;
{
int i;
uint i;
for (i=0;i<lengthof(w->custom);i++)
w->custom[i] = 0;
}