Commit 437d3666 by Vicent Marti

repository: Doc fix

parent 0d9bf890
......@@ -134,9 +134,7 @@ GIT_EXTERN(int) git_repository_open_ext(
* @param bare_path Direct path to the bare repository
* @return 0 on success, or an error code
*/
GIT_EXTERN(int) git_repository_open_bare(
git_repository **out,
const char *bare_path);
GIT_EXTERN(int) git_repository_open_bare(git_repository **out, const char *bare_path);
/**
* Free a previously allocated repository
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment