Improved const correctness for strings

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Shawn O. Pearce
2007-10-21 00:12:12 -04:00
parent 6e863d6d12
commit 538dfe7397
4 changed files with 5 additions and 5 deletions

View File

@ -132,7 +132,7 @@ static void match_trees(const unsigned char *hash1,
const unsigned char *hash2,
int *best_score,
char **best_match,
char *base,
const char *base,
int recurse_limit)
{
struct tree_desc one;