formating code

This commit is contained in:
Pawel Kolodziejski 2008-09-10 11:16:57 +00:00
parent 0dd0b73b2a
commit 94dbb1a1da
19 changed files with 54 additions and 58 deletions

View file

@ -84,7 +84,7 @@ void gl_add_select(GLContext *c, unsigned int zmin, unsigned int zmax) {
int n, i;
if (!c->select_overflow) {
if (c->select_hit == NULL) {
if (!c->select_hit) {
n = c->name_stack_size;
if ((c->select_ptr-c->select_buffer + 3 + n) > c->select_size) {
c->select_overflow = 1;