Normalize unsigned int to just unsigned.

This commit is contained in:
Markus Armbruster 2006-04-30 12:26:07 +00:00
parent e09e6e587b
commit e28851b8e9
8 changed files with 13 additions and 17 deletions

View file

@ -54,7 +54,7 @@ retr(void)
int isfleet = 0;
int rflags = -2;
int zero;
unsigned int x;
unsigned x;
char buf1[1024];
char buf2[1024];
@ -204,7 +204,7 @@ lretr(void)
int zero;
char buf1[1024];
char buf2[1024];
unsigned int x;
unsigned x;
if (!snxtitem(&ni, EF_LAND, player->argp[1]))
return RET_SYN;