projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc72452
)
glx: fix indentation and remove extraneous break
author
Brian Paul
<brianp@vmware.com>
Wed, 2 Jun 2010 22:04:10 +0000
(16:04 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 2 Jun 2010 22:04:10 +0000
(16:04 -0600)
src/glx/glxext.c
patch
|
blob
|
history
diff --git
a/src/glx/glxext.c
b/src/glx/glxext.c
index 79285ec7117559a5f5555fec235e47e7d1c1a045..69a7b29eb27c7a0e734846f595f66a694d317df4 100644
(file)
--- a/
src/glx/glxext.c
+++ b/
src/glx/glxext.c
@@
-599,9
+599,8
@@
__glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count,
} else {
/* Ignore the unrecognized tag's value */
bp++;
- break;
}
-
break;
+ break;
}
}