From 853b1407c0325f6690eab92746d1f53c78b0da49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Mon, 17 Mar 2014 16:10:33 +0100 Subject: branch: constness fixes --- src/branch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/branch.c') diff --git a/src/branch.c b/src/branch.c index 7c888729d..df665a469 100644 --- a/src/branch.c +++ b/src/branch.c @@ -588,7 +588,7 @@ on_error: } int git_branch_is_head( - git_reference *branch) + const git_reference *branch) { git_reference *head; bool is_same = false; -- cgit v1.2.1