From: Vinson Lee Date: Sat, 19 Dec 2009 07:46:14 +0000 (-0800) Subject: progs/demos: Silence compiler warning in morph3d.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=695adf41e24a16599e004fe539928ab04a9fa62e;p=mesa.git progs/demos: Silence compiler warning in morph3d.c. --- 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; }