summaryrefslogtreecommitdiff
path: root/src/cmssm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmssm.c')
-rw-r--r--src/cmssm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmssm.c b/src/cmssm.c
index 139b952..5fdc62e 100644
--- a/src/cmssm.c
+++ b/src/cmssm.c
@@ -439,7 +439,8 @@ static
int FindNearSectors(cmsGDB* gbd, int alpha, int theta, cmsGDBPoint* Close[])
{
int nSectors = 0;
- int i, a, t;
+ int a, t;
+ cmsUInt32Number i;
cmsGDBPoint* pt;
for (i=0; i < NSTEPS; i++) {