diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/repository.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.c b/src/repository.c index 1b06c4f03..7d243398b 100644 --- a/src/repository.c +++ b/src/repository.c @@ -174,7 +174,7 @@ static int quickcheck_repository_dir(const char *repository_path) return GIT_SUCCESS; } -static git_repository *repository_alloc() +static git_repository *repository_alloc(void) { int error; |