changeset 7188:1f07e2e86974

merge with crew-stable
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 20 Oct 2008 14:57:56 +0200
parents 380fda3eed13 (current diff) a79d3f535809 (diff)
children 8bbbba2a1a9c b340cb536893
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/bdiff.c	Mon Oct 20 14:51:55 2008 +0200
+++ b/mercurial/bdiff.c	Mon Oct 20 14:57:56 2008 +0200
@@ -80,7 +80,7 @@
 	h = 0;
 	for (p = a; p < a + len; p++) {
 		/* Leonid Yuriev's hash */
-                h = (h * 1664525) + *p + 1013904223;
+		h = (h * 1664525) + *p + 1013904223;
 
 		if (*p == '\n' || p == plast) {
 			l->h = h;