projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c10370
)
pack: fix indentation (trivial)
author
Dave Airlie
<airlied@redhat.com>
Sun, 27 Nov 2011 17:15:50 +0000
(17:15 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Sun, 27 Nov 2011 17:36:22 +0000
(17:36 +0000)
just saw this while looking for other problems.
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/pack.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/pack.c
b/src/mesa/main/pack.c
index 6f48a2e7cf43388437be1d68efe84903e179a4c2..bd8503168fb316249aba51fa4b5e1126a43ccec7 100644
(file)
--- a/
src/mesa/main/pack.c
+++ b/
src/mesa/main/pack.c
@@
-2245,7
+2245,7
@@
get_component_mapping(GLenum format,
*gSrc = 0;
*rSrc = *bSrc = *aSrc = -1;
break;
-
case GL_BLUE:
+ case GL_BLUE:
case GL_BLUE_INTEGER_EXT:
*bSrc = 0;
*rSrc = *gSrc = *aSrc = -1;