aboutsummaryrefslogtreecommitdiff
path: root/xdiff/xemit.c
diff options
context:
space:
mode:
authorPierre Habouzit <madcoder@debian.org>2007-06-07 22:45:00 +0200
committerJunio C Hamano <gitster@pobox.com>2007-06-08 02:37:19 -0700
commit52fae7de4e8455dad048f1b8a645729571c42848 (patch)
tree65c143e2a9753621414dffd586b5f9cd43a7fef5 /xdiff/xemit.c
parente1944f4074f845e4dd15fb77856b4463f51c7d81 (diff)
downloadgit-52fae7de4e8455dad048f1b8a645729571c42848.tar.gz
git-52fae7de4e8455dad048f1b8a645729571c42848.tar.xz
Missing statics.
Signed-off-by: Pierre Habouzit <madcoder@debian.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'xdiff/xemit.c')
-rw-r--r--xdiff/xemit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xdiff/xemit.c b/xdiff/xemit.c
index 78b1d4b8b..4b6e63911 100644
--- a/xdiff/xemit.c
+++ b/xdiff/xemit.c
@@ -99,8 +99,8 @@ static void xdl_find_func(xdfile_t *xf, long i, char *buf, long sz, long *ll) {
}
-int xdl_emit_common(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb,
- xdemitconf_t const *xecfg) {
+static int xdl_emit_common(xdfenv_t *xe, xdchange_t *xscr, xdemitcb_t *ecb,
+ xdemitconf_t const *xecfg) {
xdfile_t *xdf = &xe->xdf1;
const char *rchg = xdf->rchg;
long ix;