aboutsummaryrefslogtreecommitdiff
path: root/trace.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-19 17:49:42 -0800
committerJunio C Hamano <gitster@pobox.com>2010-12-19 17:49:42 -0800
commitf29db856e7a736dd5109223d71c548367bc127ae (patch)
treef4ae1561dcf0fe8914a95b1beceb970fb10ec3fa /trace.c
parent4de0bbd8985ea057050994c5b254c9ef3d845c1e (diff)
parent05bb5a2584ca0e1c87a2135a83c5573b9337d06f (diff)
downloadgit-f29db856e7a736dd5109223d71c548367bc127ae.tar.gz
git-f29db856e7a736dd5109223d71c548367bc127ae.tar.xz
Merge branch 'maint'
* maint: gitweb: Include links to feeds in HTML header only for '200 OK' response fsck docs: remove outdated and useless diagnostic userdiff: fix typo in ruby and python word regexes trace.c: mark file-local function static Fix typo in git-gc document.
Diffstat (limited to 'trace.c')
-rw-r--r--trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace.c b/trace.c
index 1e560cb0b..62586fa37 100644
--- a/trace.c
+++ b/trace.c
@@ -25,7 +25,7 @@
#include "cache.h"
#include "quote.h"
-void do_nothing(size_t unused)
+static void do_nothing(size_t unused)
{
}