summaryrefslogtreecommitdiffstats
path: root/progs/fp/tri-inv.c
diff options
context:
space:
mode:
authorAndre Maasikas <[email protected]>2009-12-08 11:57:24 +0200
committerAndre Maasikas <[email protected]>2009-12-08 11:57:24 +0200
commitb5e256c76dea2182c82af2a4f66224735701d55a (patch)
tree42ab2283fc94ab3deefc30983aaa10f283897dd6 /progs/fp/tri-inv.c
parentac66598ed8bc218720cf2a1a7493b7e25ca9d962 (diff)
parent0d4a05445c6b47b93269a3829afbe509ffec4817 (diff)
Merge branch 'mesa_7_7_branch'
Conflicts: src/mesa/drivers/dri/r600/r700_assembler.c src/mesa/main/version.h
Diffstat (limited to 'progs/fp/tri-inv.c')
-rw-r--r--progs/fp/tri-inv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/fp/tri-inv.c b/progs/fp/tri-inv.c
index 7e8d8c5ce29..7e490fa61ca 100644
--- a/progs/fp/tri-inv.c
+++ b/progs/fp/tri-inv.c
@@ -56,7 +56,7 @@ static void Key(unsigned char key, int x, int y)
case 27:
exit(1);
default:
- return;
+ break;
}
glutPostRedisplay();