Mesa (mesa_7_6_branch): progs/demos: Silence compiler warning in morph3d.c.

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 19 07:46:55 UTC 2009


Module: Mesa
Branch: mesa_7_6_branch
Commit: 695adf41e24a16599e004fe539928ab04a9fa62e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=695adf41e24a16599e004fe539928ab04a9fa62e

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 18 23:46:14 2009 -0800

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

---

 progs/demos/morph3d.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/demos/morph3d.c b/progs/demos/morph3d.c
index 6aca827..70b90d7 100644
--- a/progs/demos/morph3d.c
+++ b/progs/demos/morph3d.c
@@ -887,5 +887,5 @@ int main(int argc, char **argv)
   glutIdleFunc( idle_ );
   glutDisplayFunc( draw );
   glutMainLoop();
-  
+  return 0;
 }




More information about the mesa-commit mailing list