progs/demos: Silence compiler warning in morph3d.c.

This commit is contained in:
Vinson Lee
2009-12-18 23:46:14 -08:00
parent 121ff55d81
commit 695adf41e2
+1 -1
View File
@@ -887,5 +887,5 @@ int main(int argc, char **argv)
glutIdleFunc( idle_ );
glutDisplayFunc( draw );
glutMainLoop();
return 0;
}