Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http-backend: use mod_alias instead of mod_rewrite
[gitweb.git]
/
diff.c
diff --git
a/diff.c
b/diff.c
index e1be189742f3239de028393ceabf7c6539bb0440..b39c1b6f7fcca2dd7aec4249eb09fa285dbbb205 100644
(file)
--- a/
diff.c
+++ b/
diff.c
@@
-999,7
+999,7
@@
static void show_stats(struct diffstat_t *data, struct diff_options *options)
total_files, adds, dels);
}
-static void show_shortstats(struct diffstat_t
*
data, struct diff_options *options)
+static void show_shortstats(struct diffstat_t
*
data, struct diff_options *options)
{
int i, adds = 0, dels = 0, total_files = data->nr;