summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-18 23:46:14 -0800
committerVinson Lee <vlee@vmware.com>2009-12-18 23:46:14 -0800
commit695adf41e24a16599e004fe539928ab04a9fa62e (patch)
treeea0bb422a57742fc2d45eb7fe12ea4163aca476f /progs
parent121ff55d81f3bff1c298ed84b2dc2d82fd572b0e (diff)
progs/demos: Silence compiler warning in morph3d.c.
Diffstat (limited to 'progs')
-rw-r--r--progs/demos/morph3d.c2
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;
}