commit | 4b8f772ce4df667583243e434ca0548d5b84b3a6 | [log] [tgz] |
---|---|---|
author | Felipe Contreras <felipe.contreras@gmail.com> | Thu May 30 08:56:21 2013 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jun 03 10:14:48 2013 -0700 |
tree | 04a3c8c25d822d04d79ce57abe66f6fbfdc8c9a2 | |
parent | fada522129c59755f8616f33adad49604db919d8 [diff] [blame] |
sha1_file: trivial style cleanup Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/sha1_file.c b/sha1_file.c index 67e815b..b114cc9 100644 --- a/sha1_file.c +++ b/sha1_file.c
@@ -2138,7 +2138,7 @@ if (!data) die("failed to apply delta"); - free (delta_data); + free(delta_data); } *final_type = type;