about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--shared.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared.c b/shared.c index ae17d78..a99173b 100644 --- a/shared.c +++ b/shared.c
@@ -284,8 +284,8 @@ static int load_mmfile(mmfile_t *file, const unsigned char *sha1)
284 * ripped from git and modified to use globals instead of 284 * ripped from git and modified to use globals instead of
285 * a special callback-struct. 285 * a special callback-struct.
286 */ 286 */
287char *diffbuf = NULL; 287static char *diffbuf = NULL;
288int buflen = 0; 288static int buflen = 0;
289 289
290static int filediff_cb(void *priv, mmbuffer_t *mb, int nbuf) 290static int filediff_cb(void *priv, mmbuffer_t *mb, int nbuf)
291{ 291{