trace.c: mark file-local function static

Signed-off-by: Vasyl' Vavrychuk <vvavrychuk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Vasyl' Vavrychuk 2010-12-17 00:38:42 +02:00 committed by Junio C Hamano
parent 4be0c35224
commit 8e8aa44057
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include "cache.h"
#include "quote.h"

void do_nothing(size_t unused)
static void do_nothing(size_t unused)
{
}