projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264c6fd
)
Remove #endif.
author
Gareth Hughes
<gareth@valinux.com>
Sun, 18 Mar 2001 14:05:32 +0000
(14:05 +0000)
committer
Gareth Hughes
<gareth@valinux.com>
Sun, 18 Mar 2001 14:05:32 +0000
(14:05 +0000)
src/mesa/main/texstore.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstore.c
b/src/mesa/main/texstore.c
index 9bccb207917c8cb62e2bb52762fd827031e91ecf..eae3f5ce0f81895a89a61eeb78fd5b5b24c086cd 100644
(file)
--- a/
src/mesa/main/texstore.c
+++ b/
src/mesa/main/texstore.c
@@
-1,4
+1,4
@@
-/* $Id: texstore.c,v 1.1
3 2001/03/18 13:31:5
2 gareth Exp $ */
+/* $Id: texstore.c,v 1.1
4 2001/03/18 14:05:3
2 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@
-128,7
+128,6
@@
components_in_intformat( GLint format )
return -1; /* error */
}
}
-#endif
/*