diff options
author | Vinson Lee <vlee@vmware.com> | 2009-12-18 23:46:14 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2009-12-18 23:46:14 -0800 |
commit | 695adf41e24a16599e004fe539928ab04a9fa62e (patch) | |
tree | ea0bb422a57742fc2d45eb7fe12ea4163aca476f | |
parent | 121ff55d81f3bff1c298ed84b2dc2d82fd572b0e (diff) | |
download | mesa-695adf41e24a16599e004fe539928ab04a9fa62e.tar.gz |
progs/demos: Silence compiler warning in morph3d.c.
-rw-r--r-- | 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 6aca8270ff5..70b90d733f9 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; } |