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