summaryrefslogtreecommitdiff
path: root/progs/demos/morph3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/morph3d.c')
-rw-r--r--progs/demos/morph3d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/morph3d.c b/progs/demos/morph3d.c
index 70b90d733f..01a06aba0f 100644
--- a/progs/demos/morph3d.c
+++ b/progs/demos/morph3d.c
@@ -887,5 +887,6 @@ int main(int argc, char **argv)
glutIdleFunc( idle_ );
glutDisplayFunc( draw );
glutMainLoop();
+
return 0;
}