[PATCH] Constness fix for pickaxe option.

Constness fix for pickaxe option.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano
2005-05-21 15:02:51 -07:00
committed by Linus Torvalds
parent 3258c902e7
commit 057c7d3018
6 changed files with 6 additions and 6 deletions

2
diff.h
View File

@ -20,7 +20,7 @@ extern void diff_unmerge(const char *path);
extern int diff_scoreopt_parse(const char *opt);
extern void diff_setup(int detect_rename, int minimum_score,
char *pickaxe,
const char *pickaxe,
int reverse, int raw_output,
const char **spec, int cnt);