fixed timer.c: wouldn't compile in C89 mode due to recent change which added two
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 21 Jan 2014 10:50:05 +0000 (10:50 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 21 Jan 2014 10:50:05 +0000 (10:50 +0000)
commit3e0ae8582af75a0f40f767379db4f003889a602b
tree70d6cd42a633f7a6069cf9e7431da82cfb052614
parentaabbe63f931d174dfc5e556a970fdd395f1a56aa
fixed timer.c: wouldn't compile in C89 mode due to recent change which added two
for loops with a loop variable declared in the statement itself.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1639 7f0cb862-5218-0410-a997-914c9d46530a
progs/demos/timer/timer.c