trivial: remove stray merge conflict

This commit is contained in:
Keith Whitwell 2008-09-11 20:11:11 +01:00
parent b66ee9e32f
commit fd0ee68305

View file

@ -60,10 +60,7 @@ static void Key(unsigned char key, int x, int y)
switch (key) {
case 27:
<<<<<<< HEAD:progs/trivial/tri.c
glutDestroyWindow(win);
=======
>>>>>>> gallium-0.1:progs/trivial/tri.c
exit(0);
default:
return;