diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2006-12-05 08:01:00 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2006-12-05 08:01:00 -0800 |
commit | 38254947a57b9899909d8fbabfbf784690ed5a68 (patch) | |
tree | 89316c486e70874505f45b46d21a28b5d8f18f96 /src/map/if/ifSeq.c | |
parent | 52e5b91cbbfe587bae80984bb3672e4c1a70203c (diff) | |
download | abc-38254947a57b9899909d8fbabfbf784690ed5a68.tar.gz abc-38254947a57b9899909d8fbabfbf784690ed5a68.tar.bz2 abc-38254947a57b9899909d8fbabfbf784690ed5a68.zip |
Version abc61205
Diffstat (limited to 'src/map/if/ifSeq.c')
-rw-r--r-- | src/map/if/ifSeq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifSeq.c b/src/map/if/ifSeq.c index ce353f49..bc4ab806 100644 --- a/src/map/if/ifSeq.c +++ b/src/map/if/ifSeq.c @@ -95,7 +95,7 @@ int If_ManPerformMappingSeq( If_Man_t * p ) ***********************************************************************/ void If_CutLift( If_Cut_t * pCut ) { - int i; + unsigned i; for ( i = 0; i < pCut->nLeaves; i++ ) pCut->pLeaves[i] = ((pCut->pLeaves[i] >> 8) << 8) | ((pCut->pLeaves[i] & 255) + 1); } |