diff options
Diffstat (limited to 'progs/trivial/point-wide-smooth.c')
-rw-r--r-- | progs/trivial/point-wide-smooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/trivial/point-wide-smooth.c b/progs/trivial/point-wide-smooth.c index f6e9b8df5f..752cb8aee3 100644 --- a/progs/trivial/point-wide-smooth.c +++ b/progs/trivial/point-wide-smooth.c @@ -63,7 +63,7 @@ static void Key(unsigned char key, int x, int y) case 27: exit(1); default: - return; + break; } glutPostRedisplay(); |