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