progs/demos: Silence compiler warning in morph3d.c.
authorVinson Lee <vlee@vmware.com>
Sat, 19 Dec 2009 07:46:14 +0000 (23:46 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 19 Dec 2009 07:46:14 +0000 (23:46 -0800)
progs/demos/morph3d.c

index 6aca827..70b90d7 100644 (file)
@@ -887,5 +887,5 @@ int main(int argc, char **argv)
   glutIdleFunc( idle_ );
   glutDisplayFunc( draw );
   glutMainLoop();
-  
+  return 0;
 }