diff options
author | Brian Paul <[email protected]> | 2009-11-17 16:13:12 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-11-17 16:16:30 -0700 |
commit | 1888a7276538a3adfe268e235e56b9931d608243 (patch) | |
tree | d89510b58602f79075e14ab8b1090f8067d3d48c /progs/demos/morph3d.c | |
parent | 0422053eca12b4fb912e0229c96a9d12453e31c4 (diff) |
progs/demos: silence warnings
Diffstat (limited to 'progs/demos/morph3d.c')
-rw-r--r-- | progs/demos/morph3d.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/demos/morph3d.c b/progs/demos/morph3d.c index 6aca8270ff5..01a06aba0ff 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; } |