summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 759ad19)
raw | patch | inline | side by side (parent: 759ad19)
author | Jeff King <peff@peff.net> | |
Sun, 26 Oct 2008 04:41:28 +0000 (00:41 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 26 Oct 2008 21:09:47 +0000 (14:09 -0700) |
This function isn't used outside of diff.c; the 'static' was
simply overlooked in the original writing.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
simply overlooked in the original writing.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c | patch | blob | history |
index e368fef14fdccf63fc3525349841ae93aea93046..d1fd594ba34617e5476a79b5664ca4624400b6b1 100644 (file)
--- a/diff.c
+++ b/diff.c
emit_binary_diff_body(file, two, one);
}
-void diff_filespec_load_driver(struct diff_filespec *one)
+static void diff_filespec_load_driver(struct diff_filespec *one)
{
if (!one->driver)
one->driver = userdiff_find_by_path(one->path);