Merge remote branch 'origin/mesa_7_7_branch'
[mesa.git] / progs / fp / point-position.c
index c0963d7a0b5a9a67d34baf2ddc9e744f44eb7c0e..1ae753c1d053b9a835ee574087bd26d15029e5f4 100644 (file)
@@ -55,7 +55,7 @@ static void Key(unsigned char key, int x, int y)
       case 27:
        exit(1);
       default:
-       return;
+       break;
     }
 
     glutPostRedisplay();