Skip to content

Commit

Permalink
trace.c: mark file-local function static
Browse files Browse the repository at this point in the history
Signed-off-by: Vasyl' Vavrychuk <vvavrychuk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Vasyl' Vavrychuk authored and Junio C Hamano committed Dec 17, 2010
1 parent 4be0c35 commit 8e8aa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "cache.h"
#include "quote.h"

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

Expand Down

0 comments on commit 8e8aa44

Please sign in to comment.