summaryrefslogtreecommitdiff
path: root/progs/demos/gears.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-04-06 02:22:59 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-04-06 02:22:59 +0000
commit3cd7738c9b07bb730c9fa7b88e41751c116fcb80 (patch)
treec489d659e87644796fbaedb2fc9975ed8277efee /progs/demos/gears.c
parent32afff3fe3cc9e6b2b1f9662acc37e5366a02276 (diff)
silenced warnings
Diffstat (limited to 'progs/demos/gears.c')
-rw-r--r--progs/demos/gears.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/demos/gears.c b/progs/demos/gears.c
index df9bd56a37..ac90885053 100644
--- a/progs/demos/gears.c
+++ b/progs/demos/gears.c
@@ -1,4 +1,4 @@
-/* $Id: gears.c,v 1.5 2000/04/05 21:36:03 brianp Exp $ */
+/* $Id: gears.c,v 1.6 2000/04/06 02:22:59 brianp Exp $ */
/*
* 3-D gear wheels. This program is in the public domain.
@@ -330,7 +330,7 @@ init(int argc, char *argv[])
}
}
-void
+static void
visible(int vis)
{
if (vis == GLUT_VISIBLE)