Fix a compile warning.

This commit is contained in:
Graham Dennis 2014-01-18 08:54:19 +11:00
parent 194d077c4f
commit c7015424cc

View File

@ -218,7 +218,7 @@ void test_network_remote_local__push_to_bare_remote_with_file_url(void)
} }
/* Create a file URL */ /* Create a file URL */
char *url = cl_git_path_url("./localbare.git"); const char *url = cl_git_path_url("./localbare.git");
/* Connect to the bare repo */ /* Connect to the bare repo */
cl_git_pass(git_remote_create_inmemory(&localremote, repo, NULL, url)); cl_git_pass(git_remote_create_inmemory(&localremote, repo, NULL, url));