summaryrefslogtreecommitdiff
path: root/src/diff_driver.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-06-21 13:26:29 -0400
committerGitHub <noreply@github.com>2016-06-21 13:26:29 -0400
commit37e9278220095435d986e7412d2a97097dab3221 (patch)
treed4c565a09f86600bc29dd7a1764771e44285f16e /src/diff_driver.c
parent6944fd325db6c1f51f321459d37b1482c91207c7 (diff)
parentfe345c730638f833882903810efed367c6f8994b (diff)
downloadlibgit2-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.c2
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));