[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

View File

@ -13,7 +13,7 @@ static int generate_patch = 0;
static int detect_rename = 0;
static int reverse_diff = 0;
static int diff_score_opt = 0;
static char *pickaxe = 0;
static const char *pickaxe = NULL;
static const char *header = NULL;
static const char *header_prefix = "";