projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b66ee9e
)
trivial: remove stray merge conflict
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 11 Sep 2008 19:11:11 +0000
(20:11 +0100)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 11 Sep 2008 19:11:11 +0000
(20:11 +0100)
progs/trivial/tri.c
patch
|
blob
|
history
diff --git
a/progs/trivial/tri.c
b/progs/trivial/tri.c
index c75acb3a5a8d8d984e5a5796e75671b3d61d2662..aa45adb6c2901e4500e1926bf6a1319cd800a030 100644
(file)
--- a/
progs/trivial/tri.c
+++ b/
progs/trivial/tri.c
@@
-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;