Normalize unsigned int to just unsigned.
This commit is contained in:
parent
e09e6e587b
commit
e28851b8e9
8 changed files with 13 additions and 17 deletions
|
@ -978,7 +978,7 @@ mission_pln_sel(struct emp_qelem *list, int wantflags, int nowantflags,
|
|||
struct plchrstr *pcp;
|
||||
struct plist *plp;
|
||||
int y, bad, bad1;
|
||||
unsigned int x;
|
||||
unsigned x;
|
||||
|
||||
for (qp = list->q_forw; qp != list; qp = next) {
|
||||
next = qp->q_forw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue