summaryrefslogtreecommitdiff
path: root/progs/fp/tri-depthwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/fp/tri-depthwrite.c')
-rw-r--r--progs/fp/tri-depthwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/fp/tri-depthwrite.c b/progs/fp/tri-depthwrite.c
index 8e4f3e6245..7b9d70f292 100644
--- a/progs/fp/tri-depthwrite.c
+++ b/progs/fp/tri-depthwrite.c
@@ -55,7 +55,7 @@ static void Key(unsigned char key, int x, int y)
case 27:
exit(1);
default:
- return;
+ break;
}
glutPostRedisplay();