From 057c7d30183672d6ef96a9f3e87860058e1c08f8 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 21 May 2005 15:02:51 -0700 Subject: [PATCH] Constness fix for pickaxe option. Constness fix for pickaxe option. Signed-off-by: Junio C Hamano --- diff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diff.h') diff --git a/diff.h b/diff.h index 97d39ac96..7473c5228 100644 --- a/diff.h +++ b/diff.h @@ -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); -- cgit v1.2.1