Skip to content

Commit

Permalink
builtin-rev-parse.c: constness tightening
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jul 7, 2006
1 parent 58ecf5c commit b7d936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-rev-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static int show_file(const char *arg)
return 0;
}

static int try_difference(char *arg)
static int try_difference(const char *arg)
{
char *dotdot;
unsigned char sha1[20];
Expand Down

0 comments on commit b7d936b

Please sign in to comment.