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-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diff-helper.c') diff --git a/diff-helper.c b/diff-helper.c index 568d5ae356..3c39c96d7e 100644 --- a/diff-helper.c +++ b/diff-helper.c @@ -9,7 +9,7 @@ static int detect_rename = 0; static int diff_score_opt = 0; static int generate_patch = 1; -static char *pickaxe = 0; +static const char *pickaxe = NULL; static int parse_oneside_change(const char *cp, int *mode, unsigned char *sha1, char *path) -- cgit v1.2.3