diff options
Diffstat (limited to 'progs/trivial/vp-tri-cb-tex.c')
-rw-r--r-- | progs/trivial/vp-tri-cb-tex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/trivial/vp-tri-cb-tex.c b/progs/trivial/vp-tri-cb-tex.c index 8290226675..e543e2ec3f 100644 --- a/progs/trivial/vp-tri-cb-tex.c +++ b/progs/trivial/vp-tri-cb-tex.c @@ -114,7 +114,7 @@ static void Key(unsigned char key, int x, int y) case 27: exit(1); default: - return; + break; } glutPostRedisplay(); |