Skip to content

Commit bba52c7

Browse files
committed
sjsaf
Okay then Signed-off-by: Olamide Caleb Bello <belkid98@gmail.com>
1 parent e85ae27 commit bba52c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ static int read_and_verify_repository_format(struct repository_format *format,
262262
*/
263263
int repo_init(struct repository *repo,
264264
const char *gitdir,
265-
const char *worktree)
265+
const char *worktree, char *there)
266266
{
267267
struct repository_format format = REPOSITORY_FORMAT_INIT;
268268
memset(repo, 0, sizeof(*repo));

0 commit comments

Comments
 (0)