diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 | 
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 | 
| commit | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (patch) | |
| tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /lib/libc/stdlib/merge.c | |
| parent | a2f0036ac41fe46dd47d6339982567f19437ade9 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdlib/merge.c')
| -rw-r--r-- | lib/libc/stdlib/merge.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/libc/stdlib/merge.c b/lib/libc/stdlib/merge.c index 7d008445504d..a47e3007290e 100644 --- a/lib/libc/stdlib/merge.c +++ b/lib/libc/stdlib/merge.c @@ -80,7 +80,7 @@ static void insertionsort __P((u_char *, size_t, size_t, int (*)()));  	do					\  		*dst++ = *src++;		\  	while (i -= 1) -		 +  /*   * Find the next possible pointer head.  (Trickery for forcing an array   * to do double duty as a linked list when objects do not align with word @@ -164,7 +164,7 @@ EXPONENTIAL:	    		for (i = size; ; i <<= 1)  	    				} else if ((*cmp)(q, p) <= sense) {  	    					t = p;  	    					if (i == size) -	    						big = 0;  +	    						big = 0;  	    					goto FASTCASE;  	    				} else  	    					b = p; | 
