diff options
| author | Edward Thomson <ethomson@github.com> | 2016-06-21 13:26:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-21 13:26:29 -0400 |
| commit | 37e9278220095435d986e7412d2a97097dab3221 (patch) | |
| tree | d4c565a09f86600bc29dd7a1764771e44285f16e /src/diff_driver.c | |
| parent | 6944fd325db6c1f51f321459d37b1482c91207c7 (diff) | |
| parent | fe345c730638f833882903810efed367c6f8994b (diff) | |
| download | libgit2-37e9278220095435d986e7412d2a97097dab3221.tar.gz | |
Merge pull request #3834 from pks-t/pks/cleanups
Cleanups
Diffstat (limited to 'src/diff_driver.c')
| -rw-r--r-- | src/diff_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff_driver.c b/src/diff_driver.c index bc3518991..2ead551c2 100644 --- a/src/diff_driver.c +++ b/src/diff_driver.c @@ -59,7 +59,7 @@ static git_diff_driver global_drivers[3] = { { DIFF_DRIVER_TEXT, GIT_DIFF_FORCE_TEXT, 0 }, }; -git_diff_driver_registry *git_diff_driver_registry_new() +git_diff_driver_registry *git_diff_driver_registry_new(void) { git_diff_driver_registry *reg = git__calloc(1, sizeof(git_diff_driver_registry)); |
