diff options
author | Vasyl' Vavrychuk <vvavrychuk@gmail.com> | 2010-12-17 00:38:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-17 13:40:32 -0800 |
commit | 8e8aa44057b1f92bad43a0bd3a2d448e9cb45b18 (patch) | |
tree | df4ca070b8f2a151fc7abfebcc3d79f7b7719b23 | |
parent | Fix typo in git-gc document. (diff) | |
download | tgif-8e8aa44057b1f92bad43a0bd3a2d448e9cb45b18.tar.xz |
trace.c: mark file-local function static
Signed-off-by: Vasyl' Vavrychuk <vvavrychuk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ #include "cache.h" #include "quote.h" -void do_nothing(size_t unused) +static void do_nothing(size_t unused) { } |