summaryrefslogtreecommitdiff
path: root/sha1_file.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-06-13 08:22:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-06-13 09:02:10 (GMT)
commitb79d18c92d9f4841a6a1a29b7b2373a8ff9871e1 (patch)
treed0c81d1b53c03aefe4cdad33f6c4a80ca6c290da /sha1_file.c
parent334d28ae606c2d007803594cfc20d9e7997c0543 (diff)
downloadgit-b79d18c92d9f4841a6a1a29b7b2373a8ff9871e1.zip
git-b79d18c92d9f4841a6a1a29b7b2373a8ff9871e1.tar.gz
git-b79d18c92d9f4841a6a1a29b7b2373a8ff9871e1.tar.bz2
-Wold-style-definition fix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sha1_file.c')
-rw-r--r--sha1_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1_file.c b/sha1_file.c
index 2b86086..eb7fc92 100644
--- a/sha1_file.c
+++ b/sha1_file.c
@@ -413,7 +413,7 @@ static size_t peak_pack_mapped;
static size_t pack_mapped;
struct packed_git *packed_git;
-void pack_report()
+void pack_report(void)
{
fprintf(stderr,
"pack_report: getpagesize() = %10" SZ_FMT "\n"