summaryrefslogtreecommitdiff
path: root/clients/gears.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-03-30 11:52:39 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-03-30 11:52:39 -0400
commit875ab9e73505cfe922c28bc72f716995f1191ad8 (patch)
tree2f844ab1c07aebb3548c60e7f687895f238fc329 /clients/gears.c
parented92f79655e65f2acd40b99d8c6281a17845d8d8 (diff)
Add signedness warning flag and fix fallout
Diffstat (limited to 'clients/gears.c')
-rw-r--r--clients/gears.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/gears.c b/clients/gears.c
index 1aecd45e..ca1fda2c 100644
--- a/clients/gears.c
+++ b/clients/gears.c
@@ -63,7 +63,7 @@ struct gear_template {
GLfloat tooth_depth;
};
-const static struct gear_template gear_templates[] = {
+static const struct gear_template gear_templates[] = {
{ { 0.8, 0.1, 0.0, 1.0 }, 1.0, 4.0, 1.0, 20, 0.7 },
{ { 0.0, 0.8, 0.2, 1.0 }, 0.5, 2.0, 2.0, 10, 0.7 },
{ { 0.2, 0.2, 1.0, 1.0 }, 1.3, 2.0, 0.5, 10, 0.7 },